Package one.microstream.util.xcsv
Interface XCsvParser<I>
- All Known Implementing Classes:
 XCsvParserCharArray
public interface XCsvParser<I>
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceXCsvParser.Creator<D>static interfaceXCsvParser.Provider<D> - 
Method Summary
Modifier 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
- 
parseCsvData
XCsvConfiguration parseCsvData(XCsvDataType dataType, XCsvConfiguration config, I input, XCsvSegmentsParser.Provider<I> segmentsParserProvider, XCsvRowCollector rowAggregator) - 
parseCsvData
default XCsvConfiguration parseCsvData(XCsvConfiguration config, I input, XCsvSegmentsParser.Provider<I> segmentsParserProvider, XCsvRowCollector rowAggregator) - 
parseCsvData
default XCsvConfiguration parseCsvData(XCsvConfiguration config, I input, XCsvRowCollector rowAggregator) - 
parseCsvData
default XCsvConfiguration parseCsvData(XCsvDataType dataType, XCsvConfiguration config, I input, XCsvRowCollector rowAggregator) 
 -