JSONParserReader
abstract class JSONParserStream extends JSONParserBase
JSONParserInputStream
,
JSONParserReader
JSONParserBase.MSB
acceptLeadinZero, acceptNaN, acceptNonQuote, acceptSimpleQuote, acceptUselessComma, c, checkTaillingData, checkTaillingSpace, containerFactory, EOI, handler, ignoreControlChar, MAX_STOP, pos, sb, stopAll, stopArray, stopKey, stopValue, stopX, useHiPrecisionFloat, useIntegerStorage, xo, xs
Constructor | Description |
---|---|
JSONParserStream(int permissiveMode) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
readNQString(boolean[] stop) |
|
protected Object |
readNumber(boolean[] stop) |
|
protected void |
readString() |
checkControleChar, checkLeadinZero, extractFloat, parse, parseNumber, read, readArray, readMain, readNoEnd, readObject, readS, readString2, readUnicode, skipDigits, skipNQString, skipSpace
protected void readNQString(boolean[] stop) throws IOException
readNQString
in class JSONParserBase
IOException
protected Object readNumber(boolean[] stop) throws ParseException, IOException
readNumber
in class JSONParserBase
ParseException
IOException
protected void readString() throws ParseException, IOException
readString
in class JSONParserBase
ParseException
IOException