Class NonBlockingJsonParser

    • Field Detail

      • _icLatin1

        protected static final int[] _icLatin1
      • _origBufferLen

        protected int _origBufferLen
        In addition to current buffer pointer, and end pointer, we will also need to know number of bytes originally contained. This is needed to correctly update location information when the block has been completed.