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 IOException
DataOutput
.IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.