Package one.microstream.util.xcsv
Interface XCsvParser<I>
- All Known Implementing Classes:
- XCsvParserCharArray
public interface XCsvParser<I>
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceXCsvParser.Creator<D>static interfaceXCsvParser.Provider<D>
- 
Method SummaryModifier and Type Method Description default XCsvConfigurationparseCsvData(XCsvConfiguration config, I input, XCsvRowCollector rowAggregator)default XCsvConfigurationparseCsvData(XCsvConfiguration config, I input, XCsvSegmentsParser.Provider<I> segmentsParserProvider, XCsvRowCollector rowAggregator)default XCsvConfigurationparseCsvData(XCsvDataType dataType, XCsvConfiguration config, I input, XCsvRowCollector rowAggregator)XCsvConfigurationparseCsvData(XCsvDataType dataType, XCsvConfiguration config, I input, XCsvSegmentsParser.Provider<I> segmentsParserProvider, XCsvRowCollector rowAggregator)
- 
Method Details- 
parseCsvDataXCsvConfiguration parseCsvData(XCsvDataType dataType, XCsvConfiguration config, I input, XCsvSegmentsParser.Provider<I> segmentsParserProvider, XCsvRowCollector rowAggregator)
- 
parseCsvDatadefault XCsvConfiguration parseCsvData(XCsvConfiguration config, I input, XCsvSegmentsParser.Provider<I> segmentsParserProvider, XCsvRowCollector rowAggregator)
- 
parseCsvDatadefault XCsvConfiguration parseCsvData(XCsvConfiguration config, I input, XCsvRowCollector rowAggregator)
- 
parseCsvDatadefault XCsvConfiguration parseCsvData(XCsvDataType dataType, XCsvConfiguration config, I input, XCsvRowCollector rowAggregator)
 
-