Interface BlockEncoder.WritableBytes

Enclosing interface:
BlockEncoder

public static interface BlockEncoder.WritableBytes
Writable byte buffer.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets the number of bytes.
    void
    writeTo(DataOutput dataOutput)
    Writes the bytes to the provided DataOutput.