public class FastStringReader
extends StringReader
FastTokenizer
).Modifier and Type | Field and Description |
---|---|
private String |
str
The actual string to read from
|
Constructor and Description |
---|
FastStringReader(Reader reader)
Wrap a normal reader with a fast string reader
|
FastStringReader(String s)
Construct a reader for the given string
|
Modifier and Type | Method and Description |
---|---|
String |
getString()
Get the string back
|
static String |
readerToString(Reader reader)
Read all the characters from a Reader, and return the resulting
concatenated string.
|