Class ByteBufferStreams

java.lang.Object
io.deephaven.io.streams.ByteBufferStreams

public class ByteBufferStreams extends Object
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.
  • Constructor Details

    • ByteBufferStreams

      public ByteBufferStreams()