live
Functions
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 
)

◆ base64Decode() [2/2]

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

◆ base64Encode()

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