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 protected]) 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]
