IndexedBytesParserInput
besom.json.ParserInput.IndexedBytesParserInput
abstract class IndexedBytesParserInput extends DefaultParserInput
ParserInput that allows to create a ParserInput from any randomly accessible indexed byte storage.
Attributes
- Graph
-
- Supertypes
- Known subtypes
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
Attributes
- Inherited from:
- ParserInput
Attributes
- Inherited from:
- ParserInput
Inherited fields
Attributes
- Inherited from:
- DefaultParserInput
In this article