java.lang.Object java.io.InputStream java.io.ByteArrayInputStream
StringBufferInputStream
public int available()
protected byte[] buf
public ByteArrayInputStream(byte[] buf)
public ByteArrayInputStream(byte[] buf, int offset, int length)
public void close() throws IOException
protected int count
protected int mark
public void mark(int readAheadLimit)
InputStream.reset()
public boolean markSupported()
InputStream.mark(int)
protected int pos
public int read()
public int read(byte[] b, int off, int len)
InputStream.read()
public void reset()
IOException
public long skip(long n)