Uses of Interface
com.univocity.parsers.common.processor.core.BatchedColumnReader
Packages that use BatchedColumnReader
Package
Description
-
Uses of BatchedColumnReader in com.univocity.parsers.common.processor
Classes in com.univocity.parsers.common.processor that implement BatchedColumnReaderModifier and TypeClassDescriptionclass
ARowProcessor
implementation that stores values of columns in batches.class
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 BatchedColumnReaderModifier and TypeClassDescriptionclass
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.