Example usage for Java java.io StringBufferInputStream fields, constructors, methods, implement or subclass
The text is from its open source code.
StringBufferInputStream(String s) Creates a string input stream to read data from the specified string. |
int | available() Returns the number of bytes that can be read from the input stream without blocking. |
void | close() Closes this input stream and releases any system resources associated with the stream. |