Uses of Interface
com.univocity.parsers.common.processor.core.BatchedColumnReader
-
Packages that use BatchedColumnReader Package Description com.univocity.parsers.common.processor com.univocity.parsers.common.processor.core -
-
Uses of BatchedColumnReader in com.univocity.parsers.common.processor
Classes in com.univocity.parsers.common.processor that implement BatchedColumnReader 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. -
Uses of BatchedColumnReader in com.univocity.parsers.common.processor.core
Classes in com.univocity.parsers.common.processor.core that implement BatchedColumnReader 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.
-