Package io.deephaven.io.streams
package io.deephaven.io.streams
-
ClassDescriptionThis is an InputStream implementation which reads from a java.nio.ByteBuffer.This is an OutputStream implementation which places the output into a java.nio.ByteBuffer.A pair of stream implementations which write to and read from sequences of byte buffers.A ByteBufferSink that knows and provides a getter for the last buffer it gave out, to avoid unnecessary state in code that uses the buffer.
InputStream
that can read 7zip archives (.7z) (partial implementation).An object that can write itself to a byte buffer.