RE: large documents with doc based app
RE: large documents with doc based app
- Subject: RE: large documents with doc based app
- From: "Gary L. Wade" <email@hidden>
- Date: Wed, 05 Mar 2008 19:33:07 -0500
Try overriding readFromFile:ofType: and other similar messages for unique file needs.
>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