Home
last modified time | relevance | path

Searched defs:fullInputData (Results 1 – 2 of 2) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/format/
DDataFormatDetector.java133 public DataFormatMatcher findFormat(byte[] fullInputData) throws IOException { in findFormat()
146 …public DataFormatMatcher findFormat(byte[] fullInputData, int offset, int len) throws IOException { in findFormat()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DDataFormatReaders.java167 public Match findFormat(byte[] fullInputData) throws IOException in findFormat()
181 public Match findFormat(byte[] fullInputData, int offset, int len) throws IOException in findFormat()