A StringStream is sort-of an enumerator on a String, with a InputStream interface.
inherits
State supers: State, InputStream
methods
instance (id) with String string; |
Return a new stream on the string.
variables
methods
protected id init String s; |
Designated initializer.
byte
read;
|
Undocumented.
int
read;
|
Undocumented.
int readRange (int, int) (start, num) into MutableByteArray buffer; |
Read the range (start, num) from the string into the buffer.