Tuesday, May 10, 2011

iPhone SDK base64 encode / decode

I found this useful class for base64 encoding / decoding. It is written by Kiichi Takeuchi Base64.h @interface Base64 : NSObject { } + (void) initialize; + (NSString*) encode:(const uint8_t*) input length:(NSInteger) length; + (NSString*) encode:(NSData*) rawBytes; + (NSData*) decode:(const char*) string length:(NSInteger) inputLength; + (NSData*) decode:(NSString*) string; @end Sample Usage [Base64 initialize]; NSData * [...]

Source: http://feedproxy.google.com/~r/hmimthiaz/~3/TfPfiFjjf7Q/iphone-sdk-base64-encode-decode.php

iphone new iphone iphone 4g iphones iphone apps iphone 3g iphone 2 jailbreak iphone buy iphone 4 iphone 4 review iphone new iphone

No comments:

Post a Comment