Class ByteBufferStreams


  • public class ByteBufferStreams
    extends java.lang.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 Detail

      • ByteBufferStreams

        public ByteBufferStreams()