Can you bypass a file when using initWithContentsOfFile?
Can you bypass a file when using initWithContentsOfFile?
- Subject: Can you bypass a file when using initWithContentsOfFile?
- From: John Lombardo <email@hidden>
- Date: Sun, 14 Sep 2003 02:04:43 +0800
If I have the string I want in memory, is there a means of bypassing writing
the string to a file and then reading it back with...
[myArray initWithContentsofFile:myFilePath]
I'm sure there must be a means of simulating a file with a data stream or
something else that hasn't occurred to me yet. Either way, if I can build an
array using a property list direct from memory (without having to manually
chop and iterate), I'll be happy :)
Cheers,
John
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.