"Cue Sheet Parser" - Use NSString?
"Cue Sheet Parser" - Use NSString?
- Subject: "Cue Sheet Parser" - Use NSString?
- From: Benjamin Frere <email@hidden>
- Date: Tue, 20 Nov 2007 22:45:00 +0100
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
------------------------
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden