CharSequenceReader
A character array reader reads a stream of characters (keeping track of their positions)
from an array.
from an array.
- Value Params
- offset
-
starting offset.
- source
-
the source sequence
- Companion
- object
Value members
Methods
Returns a CharSequenceReader consisting of all elements except the first.
- Returns
-
If
atEndistrue, the result will bethis;
otherwise, it's aCharSequenceReadercontaining the rest of input.
Returns an abstract reader consisting of all elements except the first
n elements.- Definition Classes