Re: Tiger Decoding problem
Re: Tiger Decoding problem
- Subject: Re: Tiger Decoding problem
- From: Dustin Voss <email@hidden>
- Date: Mon, 30 May 2005 12:43:00 -0700
On 29 May 2005, at 5:24 PM, Nicholas Crosbie wrote:
Hi,
Newbie problems. I'm trying to read in and convert
binary data. The (new in Tiger) appropriate code seems to be
either......
If it really is *binary* data, and not pure text data (in whatever
encoding), than you shouldn't be using NSString at all. You should be
using [NSData dataWithContentsOfFile:] or [NSData
dataWithContentsOfFile:options:error:] if you want to keep NSError
functionality.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden