NSMutableArray to NSData
NSMutableArray to NSData
- Subject: NSMutableArray to NSData
- From: email@hidden
- Date: Sun, 6 Jan 2002 09:45:01 -0500
Hello again.
Quick question: I need to convert NSMutableArray into an NSData object. I
am planning to do that my writing the NSMutableArray to a file in /tmp and
then reading the contents of the file in the NSData. Finally I will unlink
the /tmp file.
This is a pretty stupid approach to solving my problem. Is there anything
better out there?
Nick