Uses of Package
com.univocity.parsers.common.input
Packages that use com.univocity.parsers.common.input
Package
Description
-
Classes in com.univocity.parsers.common.input used by com.univocity.parsers.commonClassDescriptionThe general interface for classes responsible for appending characters efficiently while handling whitespaces and padding characters.The definition of a character input reader used by all univocity-parsers that extend
AbstractParser.A process to be executed over a sample of data being parsed.Extension of theDefaultCharAppenderclass to include facilities for writing to an output. -
Classes in com.univocity.parsers.common.input used by com.univocity.parsers.common.inputClassDescriptionThe base class for implementing different flavours of
CharInputReader.Internal notification exception used to re-wrap the originalInputStreaminto aReader.The general interface for classes responsible for appending characters efficiently while handling whitespaces and padding characters.A (very) basic character input definition.The definition of a character input reader used by all univocity-parsers that extendAbstractParser.Default implementation of theCharAppenderinterfaceAn implementationCharAppenderthat expands the internal buffer of characters as required.A process to be executed over a sample of data being parsed.An implementation ofCharAppenderthat does nothing. -
Classes in com.univocity.parsers.common.input used by com.univocity.parsers.common.input.concurrentClassDescriptionThe base class for implementing different flavours of
CharInputReader.A (very) basic character input definition.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.csvClassDescriptionThe general interface for classes responsible for appending characters efficiently while handling whitespaces and padding characters.Default implementation of the
CharAppenderinterfaceA process to be executed over a sample of data being parsed. -
Classes in com.univocity.parsers.common.input used by com.univocity.parsers.fixedClassDescriptionThe general interface for classes responsible for appending characters efficiently while handling whitespaces and padding characters.A special implementation of
CharInputReaderthat wraps anotherCharInputReaderand collects a sequence of characters from the wrapped input, in order to analyze what the buffer contains ahead of the current position.