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 classBatchedColumnProcessorARowProcessorimplementation that stores values of columns in batches.classBatchedObjectColumnProcessorARowProcessorimplementation for converting batches of rows extracted from any implementation ofAbstractParserinto 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 classAbstractBatchedColumnProcessor<T extends Context>AProcessorimplementation that stores values of columns in batches.classAbstractBatchedObjectColumnProcessor<T extends Context>AProcessorimplementation for converting batches of rows extracted from any implementation ofAbstractParserinto columns of objects.
-