ACEXML
6.1.4
|
Encode/Decode a stream of ACEXML_Chars according to Base64 encoding. More...
#include <XML_Codecs.h>
Static Public Member Functions | |
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 Public Member Functions inherited from ACE_Base64 | |
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) |
Additional Inherited Members | |
Protected Member Functions inherited from ACE_Base64 | |
ACE_Base64 (void) | |
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.
|
static |
Decodes a stream of Base64 to octets data
input | Encoded Base64 data in ACEXML_Char stream. |
output_len | Length of the binary ACEXML_Char stream. |
|
static |
Encodes a stream of octets to Base64 data
input | Binary data in ACEXML_Char stream. |
output_len | Length of the encoded Base64 ACEXML_Char stream. |