Uses of Package
com.univocity.parsers.common.input
-
Classes in com.univocity.parsers.common.input used by com.univocity.parsers.common Class 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 extendAbstractParser
.InputAnalysisProcess A process to be executed over a sample of data being parsed.WriterCharAppender Extension of theDefaultCharAppender
class to include facilities for writing to an output. -
Classes in com.univocity.parsers.common.input used by com.univocity.parsers.common.input Class Description AbstractCharInputReader The base class for implementing different flavours ofCharInputReader
.BomInput.BytesProcessedNotification Internal notification exception used to re-wrap the originalInputStream
into aReader
.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 extendAbstractParser
.DefaultCharAppender Default implementation of theCharAppender
interfaceExpandingCharAppender An implementationCharAppender
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 ofCharAppender
that does nothing. -
Classes in com.univocity.parsers.common.input used by com.univocity.parsers.common.input.concurrent Class Description AbstractCharInputReader The base class for implementing different flavours ofCharInputReader
.CharInput A (very) basic character input definition.CharInputReader The definition of a character input reader used by all univocity-parsers that extendAbstractParser
. -
Classes in com.univocity.parsers.common.input used by com.univocity.parsers.csv Class Description CharAppender The general interface for classes responsible for appending characters efficiently while handling whitespaces and padding characters.DefaultCharAppender Default implementation of theCharAppender
interfaceInputAnalysisProcess A process to be executed over a sample of data being parsed. -
Classes in com.univocity.parsers.common.input used by com.univocity.parsers.fixed Class Description CharAppender The general interface for classes responsible for appending characters efficiently while handling whitespaces and padding characters.LookaheadCharInputReader A special implementation ofCharInputReader
that wraps anotherCharInputReader
and collects a sequence of characters from the wrapped input, in order to analyze what the buffer contains ahead of the current position.