Class and Description |
---|
CharAppender
The general interface for classes responsible for appending characters efficiently while handling whitespaces and padding characters.
|
CharInputReader
The definition of a character input reader used by all univocity-parsers that extend
AbstractParser . |
InputAnalysisProcess
A process to be executed over a sample of data being parsed.
|
WriterCharAppender
Extension of the
DefaultCharAppender class to include facilities for writing to an output. |
Class and Description |
---|
AbstractCharInputReader
The base class for implementing different flavours of
CharInputReader . |
BomInput.BytesProcessedNotification
Internal notification exception used to re-wrap the original
InputStream into a Reader . |
CharAppender
The general interface for classes responsible for appending characters efficiently while handling whitespaces and padding characters.
|
CharInput
A (very) basic character input definition.
|
CharInputReader
The definition of a character input reader used by all univocity-parsers that extend
AbstractParser . |
DefaultCharAppender
Default implementation of the
CharAppender interface |
ExpandingCharAppender
An implementation
CharAppender that expands the internal buffer of characters as required. |
InputAnalysisProcess
A process to be executed over a sample of data being parsed.
|
NoopCharAppender
An implementation of
CharAppender that does nothing. |
Class and Description |
---|
AbstractCharInputReader
The base class for implementing different flavours of
CharInputReader . |
CharInput
A (very) basic character input definition.
|
CharInputReader
The definition of a character input reader used by all univocity-parsers that extend
AbstractParser . |
Class and Description |
---|
CharAppender
The general interface for classes responsible for appending characters efficiently while handling whitespaces and padding characters.
|
DefaultCharAppender
Default implementation of the
CharAppender interface |
InputAnalysisProcess
A process to be executed over a sample of data being parsed.
|
Class and Description |
---|
CharAppender
The general interface for classes responsible for appending characters efficiently while handling whitespaces and padding characters.
|
LookaheadCharInputReader
A special implementation of
CharInputReader that wraps another CharInputReader and
collects a sequence of characters from the wrapped input, in order to analyze what the buffer contains
ahead of the current position. |