public interface XCsvParser<I>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
XCsvParser.Creator<D> |
static interface |
XCsvParser.Provider<D> |
| Modifier and Type | Method and 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) |
XCsvConfiguration parseCsvData(XCsvDataType dataType, XCsvConfiguration config, I input, XCsvSegmentsParser.Provider<I> segmentsParserProvider, XCsvRowCollector rowAggregator)
default XCsvConfiguration parseCsvData(XCsvConfiguration config, I input, XCsvSegmentsParser.Provider<I> segmentsParserProvider, XCsvRowCollector rowAggregator)
default XCsvConfiguration parseCsvData(XCsvConfiguration config, I input, XCsvRowCollector rowAggregator)
default XCsvConfiguration parseCsvData(XCsvDataType dataType, XCsvConfiguration config, I input, XCsvRowCollector rowAggregator)
Copyright © 2022 MicroStream Software. All rights reserved.