public class ByteBufferInputStream extends java.io.InputStream
ByteBufferInputStream(java.nio.ByteBuffer buf)
int
read()
read(byte[] bytes, 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.nio.ByteBuffer buf)
public int read() throws java.io.IOException
read
java.io.InputStream
java.io.IOException
public int read(byte[] bytes, int off, int len) throws java.io.IOException