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 class
StorageDataConverterTypeCsvToBinary.Default
Methods in one.microstream.storage.types with parameters of type _charRangeProcedure Modifier and Type Method Description int
StorageDataConverterTypeCsvToBinary.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 class
ConfigEntryAggregator
-
Uses of _charRangeProcedure in one.microstream.util.csv
Subinterfaces of _charRangeProcedure in one.microstream.util.csv Modifier and Type Interface Description interface
CsvContentCollector
interface
CsvRowCollector
Classes in one.microstream.util.csv that implement _charRangeProcedure Modifier and Type Class Description class
CsvContentBuilderCharArray.TableCollector
class
CsvEntityCollector<T>
Methods in one.microstream.util.csv with parameters of type _charRangeProcedure Modifier and Type Method Description int
CsvRecordParserCharArray. 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)
-