Module datarush.library
Package com.pervasive.datarush.encoding
Provides basic interfaces used when converting tokens
into various formats.
-
Interface Summary Interface Description TokenDecoder Converts binary encodings of tokens into token values.TokenEncoder Converts token values into a binary encoding.TokenFormatter Converts token values into text values.TokenParser Converts text values into token values.