large documents with doc based app
large documents with doc based app
- Subject: large documents with doc based app
- From: Torsten Curdt <email@hidden>
- Date: Thu, 6 Mar 2008 00:19:32 +0100
Hey guys,
Using the document based skeleton there is the method
- (BOOL)loadDataRepresentation:(NSData *)data ofType:(NSString *)aType
or
- (BOOL)readFromData:(NSData *)data ofType:(NSString *)typeName error:
(NSError **)outError;
that gets called when files get loaded. But according to the docs
NSData is limited to 2GB.
What I am wondering is... How can one handle files larger than 2GB?
Pointers?
cheers
--
Torsten
_______________________________________________
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