Package io.deephaven.io.streams
Interface Writable
public interface Writable
An object that can write itself to a byte buffer.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(ByteBuffer byteBuffer) Writes this object to the given byte buffer.
-
Method Details
-
write
Writes this object to the given byte buffer.
-