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 interface
XCsvParser.Creator<D>
static interface
XCsvParser.Provider<D>
-
Method Summary
Modifier and Type Method Description default XCsvConfiguration
parseCsvData(XCsvConfiguration config, I input, XCsvRowCollector rowAggregator)
default XCsvConfiguration
parseCsvData(XCsvConfiguration config, I input, XCsvSegmentsParser.Provider<I> segmentsParserProvider, XCsvRowCollector rowAggregator)
default XCsvConfiguration
parseCsvData(XCsvDataType dataType, XCsvConfiguration config, I input, XCsvRowCollector rowAggregator)
XCsvConfiguration
parseCsvData(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)
-