Uses of Interface
one.microstream.util.csv.CsvSegmentsParser.Provider
-
Packages that use CsvSegmentsParser.Provider Package Description one.microstream.chars one.microstream.storage.types one.microstream.util.csv -
-
Uses of CsvSegmentsParser.Provider in one.microstream.chars
Methods in one.microstream.chars with parameters of type CsvSegmentsParser.Provider Modifier and Type Method Description CsvConfiguration
CsvParserCharArray. parseCsvData(CsvConfiguration config, _charArrayRange input, CsvSegmentsParser.Provider<_charArrayRange> parserProvider, CsvRowCollector rowAggregator)
-
Uses of CsvSegmentsParser.Provider in one.microstream.storage.types
Classes in one.microstream.storage.types that implement CsvSegmentsParser.Provider Modifier and Type Class Description static class
StorageDataConverterTypeCsvToBinary.Default
-
Uses of CsvSegmentsParser.Provider in one.microstream.util.csv
Methods in one.microstream.util.csv with parameters of type CsvSegmentsParser.Provider Modifier and Type Method Description CsvConfiguration
CsvParser. parseCsvData(CsvConfiguration config, I input, CsvSegmentsParser.Provider<I> segmentsParserProvider, CsvRowCollector rowAggregator)
-