Folks,

I have an application that saves several pieces of data, most of which are simple NSMutableArrays. To keep things tidy and flexible, I encode all of these into separate file wrappers within a directory file wrapper. This works fine.

Now, I have a QTMovie that I would also like to save into the wrapper. I understand from a bit of research that trying to encode this in the same way as the arrays is very inefficient and slow, so I am looking for the "proper" way to go about it. I could just try and use writeToFile, but that would of course change the contents of the wrapper "externally", and so cause warnings for the user every time they subsequently tried to save.

Does anyone have an example of how this *should* be done?

Many thanks

Matt

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to