Hex Member List
This is the complete list of members for
Hex, including all inherited members.
| decode(CharBuffer &input, ByteBuffer &output) | Hex | [static] |
| decode(const char *input, size_t inputLen, byte_t *output, size_t outputLen) | Hex | [static] |
| decode(const String &input) | Hex | [static] |
| decodeDigit(char c) | Hex | [static] |
| encode(ByteBuffer &input, CharBuffer &output, bool lowercase=false) | Hex | [static] |
| encode(const byte_t *input, size_t inputLen, char *output, size_t outputLen, bool lowercase=false) | Hex | [static] |
| encode(const Blob &input, bool lowercase=false) | Hex | [static] |
| encodeDigit(uint_t i, bool lowercase=false) | Hex | [static] |