Uses of Interface
one.microstream.functional._charRangeProcedure
-
Packages that use _charRangeProcedure Package Description one.microstream.storage.types one.microstream.util.config one.microstream.util.csv -
-
Uses of _charRangeProcedure in one.microstream.storage.types
Classes in one.microstream.storage.types that implement _charRangeProcedure Modifier and Type Class Description static classStorageDataConverterTypeCsvToBinary.DefaultMethods in one.microstream.storage.types with parameters of type _charRangeProcedure Modifier and Type Method Description intStorageDataConverterTypeCsvToBinary.Default. parseRecord(char[] input, int iStart, int iBound, char valueSeparator, char delimiter, char escaper, char recordSeparator, char terminator, CsvConfiguration config, VarString literalBuilder, EscapeHandler escapeHandler, _charRangeProcedure valueCollector) -
Uses of _charRangeProcedure in one.microstream.util.config
Classes in one.microstream.util.config that implement _charRangeProcedure Modifier and Type Class Description classConfigEntryAggregator -
Uses of _charRangeProcedure in one.microstream.util.csv
Subinterfaces of _charRangeProcedure in one.microstream.util.csv Modifier and Type Interface Description interfaceCsvContentCollectorinterfaceCsvRowCollectorClasses in one.microstream.util.csv that implement _charRangeProcedure Modifier and Type Class Description classCsvContentBuilderCharArray.TableCollectorclassCsvEntityCollector<T>Methods in one.microstream.util.csv with parameters of type _charRangeProcedure Modifier and Type Method Description intCsvRecordParserCharArray. parseRecord(char[] input, int iStart, int iBound, char valueSeparator, char delimiter, char escaper, char recordSeparator, char terminator, CsvConfiguration config, VarString literalBuilder, EscapeHandler escapeHandler, _charRangeProcedure valueCollector)
-