Skip navigation.
 
mlNeed help parsing a large text file one line at a time
FROM : Abel J. Almeida
DATE : Mon Jun 09 23:04:29 2008

I need help parsing a large text file.
I need to examine the file one line at a time.
It's a 128MB text file.

I used the stringWithContentsOfFile method from the NSString class, 
but the file is too large and it doesn't seem very optimized to me, 
because what I need is parse one line at a time not the entire text 
file.

Related mailsAuthorDate
mlNeed help parsing a large text file one line at a time Abel J. Almeida Jun 9, 23:04
mlRe: Need help parsing a large text file one line at a time Jens Alfke Jun 10, 00:08
mlRe: Need help parsing a large text file one line at a time Jeff LaMarche Jun 10, 01:38