public static interface BlockEncoder.WritableBytes
Modifier and Type | Method and Description |
---|---|
long |
size()
Gets the number of bytes.
|
void |
writeTo(DataOutput dataOutput)
Writes the bytes to the provided
DataOutput . |
long size()
void writeTo(DataOutput dataOutput) throws java.io.IOException
DataOutput
.java.io.IOException