public class StringInputStream
extends java.io.ByteArrayInputStream
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
string |
Constructor and Description |
---|
StringInputStream(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getString()
Returns the original string specified when this input stream was
constructed.
|