Append bytes to a file
Append bytes to a file
- Subject: Append bytes to a file
- From: Yorh <email@hidden>
- Date: Fri, 14 Apr 2006 11:05:57 +0200
Hi to all,
I have a (maybe stupid) question about writing a file with obj-c.
I need to create a file appending NSData objects that comes from a
network stream.
I'm able already to get the bytes stream but cannot find any method
different from C language able to append bytes in a file and after
close the file.
I know about open() and write() C function, but I would like to make
the same with Obj-C.
Thank you all for your kind support
Yorh
_______________________________________________
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