public class Readable2DArrayBinary extends Object implements ReadableBinary
Modifier and Type | Field and Description |
---|---|
double[][] |
value
The underlying Matrix
|
Constructor and Description |
---|
Readable2DArrayBinary(double[][] list)
Construct with a backing matrix
|
Modifier and Type | Method and Description |
---|---|
byte[] |
binaryHeader()
Header for binary input.
|
void |
readBinary(DataInput in)
Read internal state from in.
|
public double[][] value
public Readable2DArrayBinary(double[][] list)
list
- the backing listpublic void readBinary(DataInput in) throws IOException
ReadableBinary
readBinary
in interface ReadableBinary
in
- source to read from.IOException
- an error reading inputpublic byte[] binaryHeader()
ReadableBinary
binaryHeader
in interface ReadableBinary