Returns a file handle initialized with a file descriptor.
Original signature is '- (id)initWithFileDescriptor:(int)fileDescriptor'
Available in Mac OS X v10.0 and later.


- fileDescriptor (Int32)
- The POSIX file descriptor with which to initialize the file handle.

A file handle initialized with fileDescriptor.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)