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