public class BinaryGZipFloatMatrix extends Object
| Constructor and Description |
|---|
BinaryGZipFloatMatrix(String filename,
boolean W) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
Float[] |
read(long index,
long nextIndex,
int numElems) |
byte[] |
readDeflated(long index,
long nextIndex,
int numElems) |
long |
write(byte[] input) |
long |
write(Float[] zscorelist) |
long |
writeDeflated(byte[] input) |
public BinaryGZipFloatMatrix(String filename, boolean W) throws IOException
IOExceptionpublic long write(Float[] zscorelist) throws IOException
IOExceptionpublic long write(byte[] input)
throws IOException
IOExceptionpublic long writeDeflated(byte[] input)
throws IOException
IOExceptionpublic void flush()
throws IOException
IOExceptionpublic Float[] read(long index, long nextIndex, int numElems) throws IOException, DataFormatException
IOExceptionDataFormatExceptionpublic byte[] readDeflated(long index,
long nextIndex,
int numElems)
throws IOException
IOExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.