cocos2d-iphone  2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
base64.h File Reference

Functions

int base64Decode (unsigned char *in, unsigned int inLength, unsigned char **out)

Detailed Description

base64 helper functions


Function Documentation

int base64Decode ( unsigned char *  in,
unsigned int  inLength,
unsigned char **  out 
)

Decodes a 64base encoded memory. The decoded memory is expected to be freed by the caller.

Returns:
the length of the out buffer
Since:
v0.8.1