Uses of Class
org.codehaus.jackson.impl.StreamBasedParserBase

Packages that use StreamBasedParserBase
org.codehaus.jackson.impl Parser and generator implementation classes that Jackson defines and uses. 
org.codehaus.jackson.smile Package that contains experimental implementation of "Binary-Encoded JSON-Like" data format handlers (parser, generator, factory produce both, supporting constants). 
 

Uses of StreamBasedParserBase in org.codehaus.jackson.impl
 

Subclasses of StreamBasedParserBase in org.codehaus.jackson.impl
 class Utf8StreamParser
          This is a concrete implementation of JsonParser, which is based on a InputStream as the input source.
 

Uses of StreamBasedParserBase in org.codehaus.jackson.smile
 

Subclasses of StreamBasedParserBase in org.codehaus.jackson.smile
 class SmileParser