Uses of Interface
one.microstream.functional._charRangeProcedure
Package | Description |
---|---|
one.microstream.storage.types | |
one.microstream.util.config | |
one.microstream.util.xcsv |
-
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 lineSeparator, char terminator, XCsvConfiguration 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.xcsv
Subinterfaces of _charRangeProcedure in one.microstream.util.xcsv Modifier and Type Interface Description interface
XCsvContentCollector
interface
XCsvRowCollector
Classes in one.microstream.util.xcsv that implement _charRangeProcedure Modifier and Type Class Description class
XCsvContentBuilderCharArray.TableCollector
class
XCsvEntityCollector<T>
Methods in one.microstream.util.xcsv with parameters of type _charRangeProcedure Modifier and Type Method Description int
XCsvRecordParserCharArray. parseRecord(char[] input, int iStart, int iBound, char valueSeparator, char delimiter, char escaper, char lineSeparator, char terminator, XCsvConfiguration config, VarString literalBuilder, EscapeHandler escapeHandler, _charRangeProcedure valueCollector)