Package io.deephaven.io.streams
Class ByteBufferStreams
- java.lang.Object
-
- io.deephaven.io.streams.ByteBufferStreams
-
public class ByteBufferStreams extends java.lang.ObjectA 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
Nested Classes Modifier and Type Class Description static classByteBufferStreams.Inputstatic classByteBufferStreams.Outputstatic interfaceByteBufferStreams.Sinkstatic interfaceByteBufferStreams.Source
-
Constructor Summary
Constructors Constructor Description ByteBufferStreams()
-