public class ByteInputStream extends java.io.InputStream
Copyright Sep 19, 2008
ByteInputStream(ByteInput byteInput)
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 ByteInputStream(ByteInput byteInput)
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