libcommonc++
0.7
|
This is the complete list of members for Base64, including all inherited members.
decode(CharBuffer &input, ByteBuffer &output) | Base64 | static |
decode(const char *input, size_t inputLen, byte_t *output, size_t outputLen) | Base64 | static |
encode(ByteBuffer &input, CharBuffer &output) | Base64 | static |
encode(const byte_t *input, size_t inputLen, char *output, size_t outputLen) | Base64 | static |