Interface Writable


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void write​(java.nio.ByteBuffer byteBuffer)
      Writes this object to the given byte buffer.
    • Method Detail

      • write

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