Class ByteBufferInputStream

java.lang.Object
java.io.InputStream
org.fressian.impl.ByteBufferInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class ByteBufferInputStream extends InputStream
InputStream over a ByteBuffer. Duplicates the buffer on construction in order to maintain its own cursor.
See Also: