Class DataFormatReaders.AccessorForReader

  • All Implemented Interfaces:
    com.fasterxml.jackson.core.format.InputAccessor
    Enclosing class:
    DataFormatReaders

    protected static class DataFormatReaders.AccessorForReader
    extends com.fasterxml.jackson.core.format.InputAccessor.Std
    We need sub-class here as well, to be able to access efficiently.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.fasterxml.jackson.core.format.InputAccessor

        com.fasterxml.jackson.core.format.InputAccessor.Std
    • Field Summary

      • Fields inherited from class com.fasterxml.jackson.core.format.InputAccessor.Std

        _buffer, _bufferedEnd, _bufferedStart, _in, _ptr
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DataFormatReaders.Match createMatcher​(ObjectReader match, com.fasterxml.jackson.core.format.MatchStrength matchStrength)  
      • Methods inherited from class com.fasterxml.jackson.core.format.InputAccessor.Std

        createMatcher, hasMoreBytes, nextByte, reset
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AccessorForReader

        public AccessorForReader​(java.io.InputStream in,
                                 byte[] buffer)
      • AccessorForReader

        public AccessorForReader​(byte[] inputDocument)
      • AccessorForReader

        public AccessorForReader​(byte[] inputDocument,
                                 int start,
                                 int len)