public interface ReadableBinary
Modifier and Type | Method and Description |
---|---|
byte[] |
binaryHeader()
Header for binary input.
|
void |
readBinary(DataInput in)
Read internal state from in.
|
void readBinary(DataInput in) throws IOException
in
- source to read from.IOException
- an error reading inputbyte[] binaryHeader()