Re: readInBackgroundAndNotify and rsync output
Re: readInBackgroundAndNotify and rsync output
- Subject: Re: readInBackgroundAndNotify and rsync output
- From: Greg Guerin <email@hidden>
- Date: Sat, 29 Jan 2011 10:17:01 -0700
Robert DuToit wrote:
I have been googling around and not sure how to do this - is it
with NSData or NSStream perhaps?
You can use standard C's stdio lib: fopen(), fread(), fseek(), etc.
Objective-C is a superset of C. You can use any C library in
Objective-C, exactly the same way you'd use it in C.
One advantage of using stdio is you can easily find tutorials,
examples, etc.
-- GG
_______________________________________________
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