Class DataFormatReaders.AccessorForReader

java.lang.Object
com.fasterxml.jackson.core.format.InputAccessor.Std
com.fasterxml.jackson.databind.deser.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
  • Constructor Summary

    Constructors
    Constructor
    Description
    AccessorForReader(byte[] inputDocument)
     
    AccessorForReader(byte[] inputDocument, int start, int len)
     
    AccessorForReader(InputStream in, byte[] buffer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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 Details

    • AccessorForReader

      public AccessorForReader(InputStream in, byte[] buffer)
    • AccessorForReader

      public AccessorForReader(byte[] inputDocument)
    • AccessorForReader

      public AccessorForReader(byte[] inputDocument, int start, int len)
  • Method Details