StringBasedParserInput
smile.json.ParserInput.StringBasedParserInput
class StringBasedParserInput(string: String) extends DefaultParserInput
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Advance the cursor and get the next char. Since the char is required to be a 7-Bit ASCII char no decoding is required.
Advance the cursor and get the next char. Since the char is required to be a 7-Bit ASCII char no decoding is required.
Attributes
Advance the cursor and get the next char, which could potentially be outside of the 7-Bit ASCII range. Therefore decoding might be required.
Advance the cursor and get the next char, which could potentially be outside of the 7-Bit ASCII range. Therefore decoding might be required.
Attributes
Inherited methods
Attributes
- Inherited from:
- DefaultParserInput
Attributes
- Inherited from:
- DefaultParserInput
Inherited fields
Attributes
- Inherited from:
- DefaultParserInput
In this article