Searched refs:lookaheadBytes (Results 1 – 2 of 2) sorted by relevance
101 public DataFormatDetector withMaxInputLookahead(int lookaheadBytes) { in withMaxInputLookahead() argument102 if (lookaheadBytes == _maxInputLookahead) { in withMaxInputLookahead()105 return new DataFormatDetector(_detectors, _optimalMatch, _minimalMatch, lookaheadBytes); in withMaxInputLookahead()
107 public DataFormatReaders withMaxInputLookahead(int lookaheadBytes) in withMaxInputLookahead() argument109 if (lookaheadBytes == _maxInputLookahead) { in withMaxInputLookahead()112 return new DataFormatReaders(_readers, _optimalMatch, _minimalMatch, lookaheadBytes); in withMaxInputLookahead()