#include <XML_Codecs.h>
Inheritance diagram for ACEXML_Base64:
Static Public Member Functions | |
ACEXML_Char * | encode (const ACEXML_Char *input, size_t *output_len) |
ACEXML_Char * | decode (const ACEXML_Char *input, size_t *output_len) |
This class provides methods to encode or decode a stream of ACEXML_Chars to/from Base64 encoding. It doesn't convert the input stream to a canonical form before encoding.
|
Decodes a stream of Base64 to octets data
|
|
Encodes a stream of octets to Base64 data
|