RetractReader
zio.json.internal.RetractReader
A Reader that can retract and replay the last char that it read.
This is essential when parsing contents that do not have a terminator character, e.g. numbers, whilst preserving the non-significant character for further processing.
Attributes
- Graph
-
- Supertypes
-
class Readertrait Closeabletrait AutoCloseabletrait Readableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class WithRetractReader
Members list
Value members
Abstract methods
Behaviour is undefined if called more than once without a read()
Behaviour is undefined if called more than once without a read()
Attributes
Inherited methods
Attributes
- Inherited from:
- OneCharReader (hidden)
Attributes
- Inherited from:
- Reader
Attributes
- Inherited from:
- OneCharReader (hidden)
Attributes
- Definition Classes
-
OneCharReader -> Reader
- Inherited from:
- OneCharReader (hidden)
Attributes
- Inherited from:
- OneCharReader (hidden)
Attributes
- Inherited from:
- Reader
Attributes
- Inherited from:
- OneCharReader (hidden)
In this article