| Modifier and Type | Method and Description | 
|---|---|
| protected CBORParser | CBORFactory. _createParser(byte[] data,
             int offset,
             int len,
             com.fasterxml.jackson.core.io.IOContext ctxt)Overridable factory method that actually instantiates desired
 parser. | 
| protected CBORParser | CBORFactory. _createParser(InputStream in,
             com.fasterxml.jackson.core.io.IOContext ctxt)Overridable factory method that actually instantiates desired
 parser. | 
| CBORParser | CBORParserBootstrapper. constructParser(int factoryFeatures,
               int generalParserFeatures,
               int formatFeatures,
               com.fasterxml.jackson.core.ObjectCodec codec,
               com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer rootByteSymbols) | 
| CBORParser | CBORFactory. createParser(byte[] data) | 
| CBORParser | CBORFactory. createParser(byte[] data,
            int offset,
            int len) | 
| CBORParser | CBORFactory. createParser(File f) | 
| CBORParser | CBORFactory. createParser(InputStream in) | 
| CBORParser | CBORFactory. createParser(URL url) | 
Copyright © 2017 FasterXML. All rights reserved.