discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: base64 coder/decoder for GNUstep


From: Alexander Malmberg
Subject: Re: base64 coder/decoder for GNUstep
Date: Thu, 26 Feb 2004 23:56:42 +0100

Andreas Hoeschler wrote:
> Hi all,
> 
> we need to decode a base64 stream in an NSData object. Do we need to
> implement a decoder on our own or is such a beast available for
> download anywhere? What I am looking for is a category method for
> NSData like
> 
> - (NSData *)decodedBase64Stream;
> 
> Any ideas? Thanks a lot!

Pantomime's MimeUtility class can do that:

+ (NSData *) decodeBase64: (NSData *) theData;

- Alexander Malmberg




reply via email to

[Prev in Thread] Current Thread [Next in Thread]