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
------------------------
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 mails | Author | Date |
|---|---|---|
| Benjamin Frere | Nov 20, 22:45 | |
| Uli Kusterer | Nov 21, 00:32 | |
| Benjamin Frere | Nov 21, 00:47 |






Cocoa mail archive

