Base64.cpp File Reference

Go to the source code of this file.

Functions

static void initBase64DecodeTable ()
unsigned char * base64Decode (char *in, unsigned &resultSize, Boolean trimTrailingZeros)
char * base64Encode (char const *orig)

Variables

static char base64DecodeTable [256]
static const char base64Char []


Function Documentation

static void initBase64DecodeTable (  )  [static]

Definition at line 27 of file Base64.cpp.

Referenced by base64Decode().

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

Definition at line 40 of file Base64.cpp.

Referenced by parseSPropParameterSets().

char* base64Encode ( char const *  orig  ) 

Definition at line 79 of file Base64.cpp.


Variable Documentation

char base64DecodeTable[256] [static]

Definition at line 25 of file Base64.cpp.

Referenced by base64Decode(), and initBase64DecodeTable().

const char base64Char[] [static]

Initial value:

"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"

Definition at line 76 of file Base64.cpp.

Referenced by base64Encode().


Generated on Sat Dec 18 05:15:50 2010 for MythTV by  doxygen 1.5.5