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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to