Re: large documents with doc based app
Re: large documents with doc based app
- Subject: Re: large documents with doc based app
- From: "Kyle Sluder" <email@hidden>
- Date: Wed, 5 Mar 2008 19:13:49 -0500
On Wed, Mar 5, 2008 at 6:40 PM, Torsten Curdt <email@hidden> wrote:
> I though NSData would handle the access just transparently. Otherwise
> that would be good to keep in mind also for files slightly smaller
> than 2GB :)
While NSData certainly has the capability to do memory-mapped IO, it
would be rather useless if that was all it can do.
Look into +[NSData dataWithContentsOfMappedFile:].
--Kyle Sluder
_______________________________________________
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