public final class ByteBufferInputStream extends java.io.InputStream
ByteBufferInputStream(java.util.List<java.nio.ByteBuffer> buffers)
int
read()
read(byte[] b, int off, int len)
available, close, mark, markSupported, read, reset, skip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ByteBufferInputStream(java.util.List<java.nio.ByteBuffer> buffers)
public int read() throws java.io.IOException
read
java.io.InputStream
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException