libcommonc++  0.7
Hex Member List

This is the complete list of members for Hex, including all inherited members.

decode(CharBuffer &input, ByteBuffer &output)Hexstatic
decode(const char *input, size_t inputLen, byte_t *output, size_t outputLen)Hexstatic
decode(const String &input)Hexstatic
decodeDigit(char c)Hexstatic
decodeDigit(char16_t c)Hexstatic
encode(ByteBuffer &input, CharBuffer &output, bool lowercase=false)Hexstatic
encode(const byte_t *input, size_t inputLen, char *output, size_t outputLen, bool lowercase=false)Hexstatic
encode(const Blob &input, bool lowercase=false)Hexstatic
encodeDigit(uint_t i, bool lowercase=false)Hexstatic