Re: Append bytes to a file
Re: Append bytes to a file
- Subject: Re: Append bytes to a file
- From: "John C. Randolph" <email@hidden>
- Date: Fri, 14 Apr 2006 04:14:39 -0700
On Apr 14, 2006, at 2:05 AM, Yorh wrote:
I need to create a file appending NSData objects that comes from a
network stream.
See the NSFileHandle class.
+ (id)fileHandleForUpdatingAtPath:(NSString *)path
- (void) seekToEndOfFile;
- writeData:(NSData *) data;
-jcr
John C. Randolph <email@hidden> (408) 914-0013
Roaming Cocoa Engineer,
Available for your projects at great Expense and Inconvenience.
_______________________________________________
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