Package one.microstream.util.xcsv
Interface XCsvSegmentsParser.Provider<I>
- All Known Implementing Classes:
StorageDataConverterTypeCsvToBinary.Default
- Enclosing interface:
- XCsvSegmentsParser<I>
public static interface XCsvSegmentsParser.Provider<I>
-
Method Summary
Modifier and Type Method Description XCsvSegmentsParser<I>
provideSegmentsParser(XCsvConfiguration config, XCsvRowCollector rowAggregator)
-
Method Details
-
provideSegmentsParser
XCsvSegmentsParser<I> provideSegmentsParser(XCsvConfiguration config, XCsvRowCollector rowAggregator)
-