public interface WriteableBinary
Modifier and Type | Method and Description |
---|---|
byte[] |
binaryHeader()
Header for binary output.
|
void |
writeBinary(DataOutput out)
Write the content of this as binary to out.
|
void writeBinary(DataOutput out) throws IOException
out
- sink to write toIOException
- an error writing to outbyte[] binaryHeader()