-
Methods in one.microstream.chars with parameters of type XCsvRowCollector
Modifier and Type |
Method |
Description |
XCsvConfiguration |
XCsvParserCharArray.parseCsvData(XCsvDataType dataType,
XCsvConfiguration config,
_charArrayRange input,
XCsvSegmentsParser.Provider<_charArrayRange> parserProvider,
XCsvRowCollector rowAggregator) |
|
static void |
XCsvParserCharArray.parseSegments(char[] input,
int iStart,
int iBound,
VarString literalBuilder,
XCsvConfiguration config,
XCsvRowCollector rowAggregator,
XCsvRecordParserCharArray.Provider recordParserProvider) |
|
-
-
-
Methods in one.microstream.util.xcsv with parameters of type XCsvRowCollector
Modifier and Type |
Method |
Description |
default XCsvConfiguration |
XCsvParser.parseCsvData(XCsvConfiguration config,
I input,
XCsvRowCollector rowAggregator) |
|
default XCsvConfiguration |
XCsvParser.parseCsvData(XCsvConfiguration config,
I input,
XCsvSegmentsParser.Provider<I> segmentsParserProvider,
XCsvRowCollector rowAggregator) |
|
default XCsvConfiguration |
XCsvParser.parseCsvData(XCsvDataType dataType,
XCsvConfiguration config,
I input,
XCsvRowCollector rowAggregator) |
|
XCsvConfiguration |
XCsvParser.parseCsvData(XCsvDataType dataType,
XCsvConfiguration config,
I input,
XCsvSegmentsParser.Provider<I> segmentsParserProvider,
XCsvRowCollector rowAggregator) |
|
XCsvSegmentsParser<I> |
XCsvSegmentsParser.Provider.provideSegmentsParser(XCsvConfiguration config,
XCsvRowCollector rowAggregator) |
|