Public Member Functions | |
void | Decode (char *input, char **output, int *output_length) |
Decodes Base64 encoded data. |
void e2d::core::Base64Decoder::Decode | ( | char * | input, | |
char ** | output, | |||
int * | output_length | |||
) |
Decodes Base64 encoded data
input | string data to be decoded | |
output | pointer to an array of char where the decoded data will be stored | |
output_length | pointer to an integer where the size in bytes of the output will be stored |