base64 helper functions More...
Namespaces | |
| cocos2d | |
| Add deprecated global functions and variables here. | |
Constant Groups | |
| cocos2d | |
| Add deprecated global functions and variables here. | |
Functions | |
| int | (const unsigned char *in, unsigned int inLength, unsigned char **out) |
| Decodes a 64base encoded memory. More... | |
| int | (const unsigned char *in, unsigned int inLength, char **out) |
| Encodes bytes into a 64base encoded memory with terminating '\0' character. More... | |
base64 helper functions