Uses of Interface
one.microstream.util.xcsv.XCsvSegmentsParser.Provider
| Package | Description | 
|---|---|
| one.microstream.chars | |
| one.microstream.storage.types | |
| one.microstream.util.xcsv | 
- 
Uses of XCsvSegmentsParser.Provider in one.microstream.charsMethods in one.microstream.chars with parameters of type XCsvSegmentsParser.Provider Modifier and Type Method Description XCsvConfigurationXCsvParserCharArray. parseCsvData(XCsvDataType dataType, XCsvConfiguration config, _charArrayRange input, XCsvSegmentsParser.Provider<_charArrayRange> parserProvider, XCsvRowCollector rowAggregator)
- 
Uses of XCsvSegmentsParser.Provider in one.microstream.storage.typesClasses in one.microstream.storage.types that implement XCsvSegmentsParser.Provider Modifier and Type Class Description static classStorageDataConverterTypeCsvToBinary.Default
- 
Uses of XCsvSegmentsParser.Provider in one.microstream.util.xcsvMethods in one.microstream.util.xcsv with parameters of type XCsvSegmentsParser.Provider Modifier and Type Method Description default XCsvConfigurationXCsvParser. parseCsvData(XCsvConfiguration config, I input, XCsvSegmentsParser.Provider<I> segmentsParserProvider, XCsvRowCollector rowAggregator)XCsvConfigurationXCsvParser. parseCsvData(XCsvDataType dataType, XCsvConfiguration config, I input, XCsvSegmentsParser.Provider<I> segmentsParserProvider, XCsvRowCollector rowAggregator)