Re: reading in text files
Re: reading in text files
- Subject: Re: reading in text files
- From: Charles Srstka <email@hidden>
- Date: Thu, 31 Jan 2002 19:08:25 -0600
On Thursday, January 31, 2002, at 05:36 PM, Ben Mackin wrote:
myFile is large (can be up to 16000 bytes), so I don't think reading the
whole thing into an NSString would be good.
I read files that can be up to almost a megabyte in size into an
NSString and then do a componentsSeparatedByString: on them, without too
much of a performance problem.