Interface Writable


public interface Writable
An object that can write itself to a byte buffer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(ByteBuffer byteBuffer)
    Writes this object to the given byte buffer.
  • Method Details

    • write

      void write(ByteBuffer byteBuffer)
      Writes this object to the given byte buffer.