Class FormatReaderJson
java.lang.Object
us.irdev.bedrock.bag.formats.FormatReader
us.irdev.bedrock.bag.formats.FormatReaderParsed
us.irdev.bedrock.bag.formats.FormatReaderJson
- All Implemented Interfaces:
ArrayFormatReader
,ObjectFormatReader
public class FormatReaderJson
extends FormatReaderParsed
implements ArrayFormatReader, ObjectFormatReader
-
Field Summary
Fields inherited from class us.irdev.bedrock.bag.formats.FormatReaderParsed
error, index, inputLength, lastLineIndex, lineNumber, NEW_LINE, WHITESPACE_CHARS, whitespaceChars
Fields inherited from class us.irdev.bedrock.bag.formats.FormatReader
input
-
Constructor Summary
-
Method Summary
Methods inherited from class us.irdev.bedrock.bag.formats.FormatReaderParsed
check, consumeUntil, consumeWhile, consumeWhitespace, expect, expect, expect, in, inspectForNewLine, notIn, onReadError, readBareValueUntil, readBareValueWhile, readString, require, require, require, require
Methods inherited from class us.irdev.bedrock.bag.formats.FormatReader
readBagArray, readBagObject, register, registerFormatReader
-
Constructor Details
-
FormatReaderJson
public FormatReaderJson() -
FormatReaderJson
-
-
Method Details
-
readBagArray
- Specified by:
readBagArray
in interfaceArrayFormatReader
-
readBagObject
- Specified by:
readBagObject
in interfaceObjectFormatReader
-