public abstract class AbstractStreamingParser extends AbstractParser implements StreamingParser
AbstractParser.Parameterizer
BundleStreamSource.Event
ATTRIBUTE_CONCATENATION, comment, COMMENT_PATTERN, DEFAULT_SEPARATOR, NUMBER_PATTERN, QUOTE_CHARS, tokenizer
Constructor and Description |
---|
AbstractStreamingParser(Pattern colSep,
String quoteChars,
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, lengthWithoutLinefeed, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
initStream
data, getMeta, nextEvent
public final MultipleObjectsBundle parse(InputStream in)
Parser