NSFileHandle $Revision$ $Date$ NSFileHandle Foundation/NSFileHandle.h NSObject acceptConnectionInBackgroundAndNotify acceptConnectionInBackgroundAndNotifyForModes: modes availableData closeFile fileDescriptor initWithFileDescriptor: fileDescriptor initWithFileDescriptor: fileDescriptor offsetInFile readDataOfLength: length readDataToEndFile readInBackgroundAndNotify readInBackgroundAndNotifyForModes: modes readToEndOfFileInBackgroundAndNotify readToEndOfFileInBackgroundAndNotifyForModes: modes seekToEndOfFile seekToFileOffset: offset synchronizeFile truncateFileAtOffset: offset useCompression On systems which support it, this method may be called after a file handle has been initialised to turn on compression or decompression of the data being written/read.
Returns YES on success, NO on failure.
Reasons for failure are -
Not supported/built in to GNUstep File handle has been closed File handle is open for both read and write Failure in compression/decompression library
waitForDataInBackgroundAndNotify waitForDataInBackgroundAndNotifyForModes: modes writeData: data