Skip navigation.
 
ml"Cue Sheet Parser" - Use NSString?
FROM : Benjamin Frere
DATE : Tue Nov 20 22:45:00 2007

Hi everyone!


I'm very new to Cocoa and Objective-C development, so forgive me If I 
ask simple question... ;)

I have a project to develop a cue/flac reader. My first move for that 
project is to create a cue parser. Is the NSString
class is appropriate, by using this:

- (id)initWithContentsOfFile:(NSString *)path encoding:
(NSStringEncoding)enc error:(NSError **)error

?

Cue Sheet are very shor text file, and I just need to read it to parse 
it.

Thanks !

Benjamin

------------------------
Benjamin Frere
www.iabloko.com
------------------------

Related mailsAuthorDate
ml"Cue Sheet Parser" - Use NSString? Benjamin Frere Nov 20, 22:45
mlRe: "Cue Sheet Parser" - Use NSString? Uli Kusterer Nov 21, 00:32
mlRe: "Cue Sheet Parser" - Use NSString? Benjamin Frere Nov 21, 00:47