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
ReadableBinaryreadBinary in interface ReadableBinaryin - source to read from.IOException - an error reading inputpublic byte[] binaryHeader()
ReadableBinarybinaryHeader in interface ReadableBinary