Package one.microstream.util.csv
Interface CsvSegmentsParser.Provider<I>
-
- All Known Implementing Classes:
StorageDataConverterTypeCsvToBinary.Default
- Enclosing interface:
- CsvSegmentsParser<I>
public static interface CsvSegmentsParser.Provider<I>
-
-
Method Summary
Modifier and Type Method Description CsvSegmentsParser<I>
provideSegmentsParser(CsvConfiguration config, CsvRowCollector rowAggregator)
-
-
-
Method Detail
-
provideSegmentsParser
CsvSegmentsParser<I> provideSegmentsParser(CsvConfiguration config, CsvRowCollector rowAggregator)
-
-