|
SLikeNet
0.1.3
|
Go to the source code of this file.
Functions | |
| const char * | Base64Map (void) |
| int | Base64Encoding (const unsigned char *inputData, int dataLength, char *outputData) |
| Returns how many bytes were written. | |
| int | Base64Encoding (const unsigned char *inputData, int dataLength, char **outputData) |
Variables | |
| const char * | base64Map = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" |
| int Base64Encoding | ( | const unsigned char * | inputData, |
| int | dataLength, | ||
| char * | outputData | ||
| ) |
Returns how many bytes were written.
Definition at line 23 of file Base64Encoder.cpp.
References base64Map.
Referenced by Base64Encoding().
| int Base64Encoding | ( | const unsigned char * | inputData, |
| int | dataLength, | ||
| char ** | outputData | ||
| ) |
Definition at line 96 of file Base64Encoder.cpp.
References _FILE_AND_LINE_, Base64Encoding(), and rakMalloc_Ex.
| const char* Base64Map | ( | void | ) |
Definition at line 19 of file Base64Encoder.cpp.
| const char* base64Map = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" |
Definition at line 20 of file Base64Encoder.cpp.
Referenced by Base64Encoding().