Package com.jsoniter
Class IterImpl
java.lang.Object
com.jsoniter.IterImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static BigInteger
private static BigInteger
private static BigInteger
private static BigInteger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final boolean
loadMore
(JsonIterator iter) (package private) static final byte
nextToken
(JsonIterator iter) static Any
readAny
(JsonIterator iter) (package private) static final byte
readByte
(JsonIterator iter) (package private) static final double
readDouble
(JsonIterator iter) (package private) static final int
readInt
(JsonIterator iter, byte c) (package private) static final long
readLong
(JsonIterator iter, byte c) static final int
static final Slice
static final Slice
readSlice
(JsonIterator iter) static final int
readStringSlowPath
(JsonIterator iter, int j) (package private) static final void
skipArray
(JsonIterator iter) static void
skipFixedBytes
(JsonIterator iter, int n) (package private) static final boolean
skipNumber
(JsonIterator iter) (package private) static final void
skipObject
(JsonIterator iter) (package private) static final void
skipString
(JsonIterator iter) (package private) static final void
skipUntilBreak
(JsonIterator iter) static int
updateStringCopyBound
(JsonIterator iter, int bound)
-
Field Details
-
maxLong
-
minLong
-
maxInt
-
minInt
-
-
Constructor Details
-
IterImpl
IterImpl()
-
-
Method Details
-
readObjectFieldAsHash
- Throws:
IOException
-
readObjectFieldAsSlice
- Throws:
IOException
-
skipArray
- Throws:
IOException
-
skipObject
- Throws:
IOException
-
skipString
- Throws:
IOException
-
skipUntilBreak
- Throws:
IOException
-
skipNumber
- Throws:
IOException
-
readSlice
- Throws:
IOException
-
nextToken
- Throws:
IOException
-
readByte
- Throws:
IOException
-
readAny
- Throws:
IOException
-
skipFixedBytes
- Throws:
IOException
-
loadMore
- Throws:
IOException
-
readStringSlowPath
- Throws:
IOException
-
updateStringCopyBound
-
readInt
- Throws:
IOException
-
readLong
- Throws:
IOException
-
readDouble
- Throws:
IOException
-