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 classBatchedColumnProcessorARowProcessorimplementation that stores values of columns in batches.classBatchedObjectColumnProcessorARowProcessorimplementation for converting batches of rows extracted from any implementation ofAbstractParserinto columns of objects.classColumnProcessorA simpleRowProcessorimplementation that stores values of columns.classObjectColumnProcessorARowProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto 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) interfaceBatchedColumnReader<T>A common interface forProcessors 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 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.classAbstractColumnProcessor<T extends Context>A simpleProcessorimplementation that stores values of columns.classAbstractObjectColumnProcessor<T extends Context>AProcessorimplementation for converting rows extracted from any implementation ofAbstractParserinto columns of objects.
-