Searched refs:_findFormat (Results 1 – 2 of 2) sorted by relevance
123 return _findFormat(new InputAccessor.Std(in, new byte[_maxInputLookahead])); in findFormat()134 return _findFormat(new InputAccessor.Std(fullInputData)); in findFormat()147 return _findFormat(new InputAccessor.Std(fullInputData, offset, len)); in findFormat()177 private DataFormatMatcher _findFormat(InputAccessor.Std acc) throws IOException { in _findFormat() method in DataFormatDetector
157 return _findFormat(new AccessorForReader(in, new byte[_maxInputLookahead])); in findFormat()169 return _findFormat(new AccessorForReader(fullInputData)); in findFormat()183 return _findFormat(new AccessorForReader(fullInputData, offset, len)); in findFormat()215 private Match _findFormat(AccessorForReader acc) throws IOException in _findFormat() method in DataFormatReaders