Home
last modified time | relevance | path

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

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DByteSourceJsonBootstrapper.java19 public final class ByteSourceJsonBootstrapper class
87 public ByteSourceJsonBootstrapper(IOContext ctxt, InputStream in) { in ByteSourceJsonBootstrapper() method in ByteSourceJsonBootstrapper
96 …public ByteSourceJsonBootstrapper(IOContext ctxt, byte[] inputBuffer, int inputStart, int inputLen… in ByteSourceJsonBootstrapper() method in ByteSourceJsonBootstrapper
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonFactory.java619 return ByteSourceJsonBootstrapper.hasJSONFormat(acc); in hasJSONFormat()
1490 return new ByteSourceJsonBootstrapper(ctxt, in).constructParser(_parserFeatures, in _createParser()
1537 … return new ByteSourceJsonBootstrapper(ctxt, data, offset, len).constructParser(_parserFeatures, in _createParser()
1553 int firstByte = ByteSourceJsonBootstrapper.skipUTF8BOM(input); in _createParser()