live
Base64.hh File Reference
#include "Boolean.hh"
Include dependency graph for Base64.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)

Function Documentation

◆ base64Decode() [1/2]

unsigned char * base64Decode ( char const * in,
unsigned & resultSize,
Boolean trimTrailingZeros = True )

References base64Decode(), and True.

Referenced by base64Decode(), and base64Decode().

◆ base64Decode() [2/2]

unsigned char * base64Decode ( char const * in,
unsigned inSize,
unsigned & resultSize,
Boolean trimTrailingZeros = True )

References base64Decode(), and True.

◆ base64Encode()

char * base64Encode ( char const * orig,
unsigned origLength )

References base64Encode().

Referenced by base64Encode().