base64 helper functions More...
#include "platform/CCPlatformMacros.h"
Namespaces | |
cocos2d | |
Add deprecated global functions and variables here. | |
Functions | |
int CC_DLL | (const unsigned char *in, unsigned int inLength, unsigned char **out) |
Decodes a 64base encoded memory. More... | |
var | ( var in, var inLength, var out) |
Decodes a 64base encoded memory. More... | |
local | ( local in, local inLength, local out) |
Decodes a 64base encoded memory. More... | |
int CC_DLL | (const unsigned char *in, unsigned int inLength, char **out) |
Encodes bytes into a 64base encoded memory with terminating '\0' character. More... | |
base64 helper functions