|
|
static ACEXML_Char * | encode (const ACEXML_Char *input, size_t *output_len) |
|
static ACEXML_Char * | decode (const ACEXML_Char *input, size_t *output_len) |
|
static ACE_Byte * | encode (const ACE_Byte *input, const size_t input_len, size_t *output_len, bool is_chunked=true) |
|
static ACE_Byte * | decode (const ACE_Byte *input, size_t *output_len) |
|
static size_t | length (const ACE_Byte *input) |
|
static ACE_Byte * | encode (const ACE_Byte *input, const size_t input_len, size_t *output_len, bool is_chunked=true) |
|
static ACE_Byte * | decode (const ACE_Byte *input, size_t *output_len) |
|
static size_t | length (const ACE_Byte *input) |
|
Encode/Decode a stream of ACEXML_Chars according to Base64 encoding.
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.