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 TypeClassDescriptionclassARowProcessorimplementation that stores values of columns in batches.classARowProcessorimplementation 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 BatchedColumnReaderModifier and TypeClassDescriptionclassAbstractBatchedColumnProcessor<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.