Uses of Interface
one.microstream.util.csv.CsvSegmentsParser
- 
Packages that use CsvSegmentsParser Package Description one.microstream.storage.types one.microstream.util.csv  - 
- 
Uses of CsvSegmentsParser in one.microstream.storage.types
Classes in one.microstream.storage.types that implement CsvSegmentsParser Modifier and Type Class Description static classStorageDataConverterTypeCsvToBinary.DefaultMethods in one.microstream.storage.types that return CsvSegmentsParser Modifier and Type Method Description CsvSegmentsParser<_charArrayRange>StorageDataConverterTypeCsvToBinary.Default. provideSegmentsParser(CsvConfiguration config, CsvRowCollector rowAggregator) - 
Uses of CsvSegmentsParser in one.microstream.util.csv
Methods in one.microstream.util.csv that return CsvSegmentsParser Modifier and Type Method Description CsvSegmentsParser<I>CsvSegmentsParser.Provider. provideSegmentsParser(CsvConfiguration config, CsvRowCollector rowAggregator) 
 -