Re: How to access the value that a pointer is pointing to
Re: How to access the value that a pointer is pointing to
- Subject: Re: How to access the value that a pointer is pointing to
- From: Ondra Cada <email@hidden>
- Date: Sat, 29 Apr 2006 23:37:34 +0200
Oh, anyway, do play:
On 29.4.2006, at 23:19, Phil Faber wrote:
There may well be ways to achieve the reading and writing in Cocoa
(and, to be honest, I'd RATHER use Cocoa)
There are.
While the data size does not exceed a few hundred megabytes, NSData
is probably the best way. See dataWithContentsOfMappedFile.
For bigger data, NSFileHandle comes as the second best. See
readDataOfLength: and writeData:.
---
Ondra Čada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden