Package io.deephaven.io.streams
Interface Writable
-
public interface WritableAn object that can write itself to a byte buffer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(java.nio.ByteBuffer byteBuffer)Writes this object to the given byte buffer.
-