Re: unpacking binary data

2008-03-30 Thread stephen joseph butler
On Sun, Mar 30, 2008 at 10:23 PM, C Sandeep <[EMAIL PROTECTED]> wrote: > Im working on an cocoa application that needs to, among other things, > unpack binary data, into NSString preferably. I have used perl's > unpack (http://perldoc.perl.org/functions/unpack.html) in the past to > do such a thi

unpacking binary data

2008-03-30 Thread C Sandeep
Greetings, Im working on an cocoa application that needs to, among other things, unpack binary data, into NSString preferably. I have used perl's unpack (http://perldoc.perl.org/functions/unpack.html) in the past to do such a thing. I have looked at NSData's documentation, however Im at a loss on