com.fasterxml.jackson.core.json

Class ReaderBasedJsonParser

    • Field Detail

      • _icLatin1

        protected static final int[] _icLatin1
      • _reader

        protected Reader _reader
        Reader that can be used for reading more content, if one buffer from input source, but in some cases pre-loaded buffer is handed to the parser.
      • _inputBuffer

        protected char[] _inputBuffer
        Current buffer from which data is read; generally data is read into buffer from input source.
      • _hashSeed

        protected final int _hashSeed
      • _tokenIncomplete

        protected boolean _tokenIncomplete
        Flag that indicates that the current token has not yet been fully processed, and needs to be finished for some access (or skipped to obtain the next token)

Copyright © 2012-2014 FasterXML. All Rights Reserved.