public abstract class AbstractStreamingParser extends AbstractParser implements StreamingParser
AbstractParser.Parameterizer
BundleStreamSource.Event
ATTRIBUTE_CONCATENATION, COLUMN_SEPARATOR_ID, COMMENT, DEFAULT_SEPARATOR, NUMBER_PATTERN, QUOTE_CHAR, QUOTE_ID, quoteChar
Constructor and Description |
---|
AbstractStreamingParser(Pattern colSep,
char quoteChar)
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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
initStream
data, getMeta, nextEvent
public AbstractStreamingParser(Pattern colSep, char quoteChar)
colSep
- Column separator patternquoteChar
- Quote characterpublic final MultipleObjectsBundle parse(InputStream in)
Parser