|
|
java > java.io > java.io.stringbufferinputstream >
Class: java.io.StringBufferInputStream java.lang.Object java.io.InputStream java.io.StringBufferInputStream
class StringBufferInputStream extends InputStream
FIELDS:
protected String buffer protected int count protected int pos |
|
|
|
CONSTRUCTORS:
| | | public | StringBufferInputStream(String s) |
| |
|
|
|
METHODS:
INHERITED METHODS:
| read(), read(byte[]), read(byte[], int, int), skip(long), available(), close(), mark(int), reset(), markSupported(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|