Uses of Interface
com.univocity.parsers.common.processor.core.ColumnReader
-
Packages that use ColumnReader Package Description com.univocity.parsers.common.processor com.univocity.parsers.common.processor.core -
-
Uses of ColumnReader in com.univocity.parsers.common.processor
Classes in com.univocity.parsers.common.processor that implement ColumnReader Modifier and Type Class Description class
BatchedColumnProcessor
ARowProcessor
implementation that stores values of columns in batches.class
BatchedObjectColumnProcessor
ARowProcessor
implementation for converting batches of rows extracted from any implementation ofAbstractParser
into columns of objects.class
ColumnProcessor
A simpleRowProcessor
implementation that stores values of columns.class
ObjectColumnProcessor
ARowProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into columns of objects. -
Uses of ColumnReader in com.univocity.parsers.common.processor.core
Subinterfaces of ColumnReader in com.univocity.parsers.common.processor.core Modifier and Type Interface Description (package private) interface
BatchedColumnReader<T>
A common interface forProcessor
s that collect the values parsed from each column in a row and store values of columns in batches.Classes in com.univocity.parsers.common.processor.core that implement ColumnReader Modifier and Type Class Description class
AbstractBatchedColumnProcessor<T extends Context>
AProcessor
implementation that stores values of columns in batches.class
AbstractBatchedObjectColumnProcessor<T extends Context>
AProcessor
implementation for converting batches of rows extracted from any implementation ofAbstractParser
into columns of objects.class
AbstractColumnProcessor<T extends Context>
A simpleProcessor
implementation that stores values of columns.class
AbstractObjectColumnProcessor<T extends Context>
AProcessor
implementation for converting rows extracted from any implementation ofAbstractParser
into columns of objects.
-