public class StringStream
extends java.io.InputStream
| Constructor and Description |
|---|
StringStream(java.lang.String text)
Constructor takes the String to pass down the stream.
|
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
boolean |
markSupported() |
int |
read() |
public StringStream(java.lang.String text)
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOExceptionpublic boolean markSupported()
markSupported in class java.io.InputStream