Re: [Q] large flat files usage
Re: [Q] large flat files usage
- Subject: Re: [Q] large flat files usage
- From: Douglas Davidson <email@hidden>
- Date: Wed, 19 Jun 2002 18:01:36 -0700
On Wednesday, June 19, 2002, at 05:49 PM, Phillip Morelock wrote:
I'm guessing:
- (void)getBytes:(void *)buffer range:(NSRange)range
No, just use -[NSData bytes] and look at the contents of the file
directly.
will be my friend? If I understand correctly, the file gets mapped to
VM
space, but pages are only copied to physical memory frames on-demand?
Yes, that's right.
Douglas Davidson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.