Re: NSTask with unzip
Re: NSTask with unzip
- Subject: Re: NSTask with unzip
- From: Scott Ribe <email@hidden>
- Date: Sat, 27 Nov 2010 10:27:56 -0700
On Nov 27, 2010, at 10:12 AM, Ben Haller wrote:
>
> NSPipe uses NSFileHandle. Does using an NSFileHandle directly change things somehow? If so, why?
NSPipe uses pipes, which act sort of like files, except for that buffering thing, enough so that they can be accessed through the same interface as files. But using NSFileHandle directly, you can use actual files, which in essence use the disk as the "buffer"...
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
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