Package io.deephaven.io.streams
Class ByteBufferStreams
java.lang.Object
io.deephaven.io.streams.ByteBufferStreams
A pair of stream implementations which write to and read from sequences of byte buffers. They are guaranteed to be
"compatible", that is, a stream of buffers written by the Output stream is guaranteed to be readable by the Input
stream - given that the client correctly implements the source and sink interfaces.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static interface
static interface
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ByteBufferStreams
public ByteBufferStreams()
-