live
|
#include "Boolean.hh"
Go to the source code of this file.
Functions | |
unsigned char * | base64Decode (char const *in, unsigned &resultSize, Boolean trimTrailingZeros=True) |
unsigned char * | base64Decode (char const *in, unsigned inSize, unsigned &resultSize, Boolean trimTrailingZeros=True) |
char * | base64Encode (char const *orig, unsigned origLength) |
unsigned char * base64Decode | ( | char const * | in, |
unsigned & | resultSize, | ||
Boolean | trimTrailingZeros = True |
||
) |
unsigned char * base64Decode | ( | char const * | in, |
unsigned | inSize, | ||
unsigned & | resultSize, | ||
Boolean | trimTrailingZeros = True |
||
) |
char * base64Encode | ( | char const * | orig, |
unsigned | origLength | ||
) |