Re: Cocoa and Sockets
Re: Cocoa and Sockets
- Subject: Re: Cocoa and Sockets
- From: Sherm Pendley <email@hidden>
- Date: Mon, 9 Jun 2003 14:04:51 -0400
On Monday, June 9, 2003, at 01:43 PM, Jeff Harrell wrote:
I was under the impression that NSFileHandle took a filesystem path (as
opposed to a generic URL) as its establishing argument.
See -initWithFileDescriptor: - it takes an integer file descriptor,
which can be created with the BSD socket() function as well as with the
BSD open() function.
sherm--
If you listen to a UNIX shell, can you hear the C?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.