Interface BlockEncoder.WritableBytes

  • Enclosing interface:
    BlockEncoder

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

      • size

        long size()
        Gets the number of bytes.
      • writeTo

        void writeTo​(DataOutput dataOutput)
              throws java.io.IOException
        Writes the bytes to the provided DataOutput.
        Throws:
        java.io.IOException