cocos2d-x  3.1rc0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
base64.h File Reference

base64 helper functions More...

Namespaces

 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...
 
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  (const unsigned char *in, unsigned int inLength, char **out)
 Encodes bytes into a 64base encoded memory with terminating '\0' character. More...
 

Detailed Description

base64 helper functions