Home
last modified time | relevance | path

Searched refs:lookaheadBytes (Results 1 – 2 of 2) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/format/
DDataFormatDetector.java101 public DataFormatDetector withMaxInputLookahead(int lookaheadBytes) { in withMaxInputLookahead() argument
102 if (lookaheadBytes == _maxInputLookahead) { in withMaxInputLookahead()
105 return new DataFormatDetector(_detectors, _optimalMatch, _minimalMatch, lookaheadBytes); in withMaxInputLookahead()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DDataFormatReaders.java107 public DataFormatReaders withMaxInputLookahead(int lookaheadBytes) in withMaxInputLookahead() argument
109 if (lookaheadBytes == _maxInputLookahead) { in withMaxInputLookahead()
112 return new DataFormatReaders(_readers, _optimalMatch, _minimalMatch, lookaheadBytes); in withMaxInputLookahead()