Uses of Interface
com.pervasive.datarush.encoding.binary.ComparableTokenDecoder
-
Packages that use ComparableTokenDecoder Package Description com.pervasive.datarush.encoding.binary Implementations of encoders of tokens into binary formats. -
-
Uses of ComparableTokenDecoder in com.pervasive.datarush.encoding.binary
Methods in com.pervasive.datarush.encoding.binary with parameters of type ComparableTokenDecoder Modifier and Type Method Description TokenDecoder
TokenEncodings. allocateRecordDecoder(RecordTokenType type, ComparableTokenDecoder[] comparableDecoders, TokenDecoder[] fieldDecoders)
Creates a record decoder from a list of field decoders for the fields in the record.
-