java.lang.Object java.io.InputStream java.io.StringBufferInputStream
ByteArrayInputStream
StringReader
public int available()
protected String buffer
protected int count
buffer
protected int pos
public int read()
public int read(byte[] b, int off, int len)
InputStream.read()
public void reset()
IOException
InputStream.mark(int)
public long skip(long n)
public StringBufferInputStream(String s)