
public abstract class AbstractStreamingParser extends AbstractParser implements StreamingParser
AbstractParser.ParameterizerBundleStreamSource.EventATTRIBUTE_CONCATENATION, comment, COMMENT_PATTERN, DEFAULT_SEPARATOR, NUMBER_PATTERN, QUOTE_CHAR, quoteChar| Constructor and Description | 
|---|
AbstractStreamingParser(Pattern colSep,
                       char quoteChar,
                       Pattern comment)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MultipleObjectsBundle | 
parse(InputStream in)
Returns a list of the objects parsed from the specified input stream. 
 | 
getLogger, tokenize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitinitStreamdata, getMeta, nextEventpublic final MultipleObjectsBundle parse(InputStream in)
Parser