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
atEnd
istrue
, the result will bethis
;
otherwise, it's aCharSequenceReader
containing the rest of input.
Returns an abstract reader consisting of all elements except the first
n
elements.- Definition Classes