[Previous] [Up] [Next]

NSFileHandle

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSFileHandle

NSFileHandle

Declared in: Foundation/NSFileHandle.h

Inherits from: NSObject

Conforms to: NSObject


Instance Variables

Methods


Instances Methods

acceptConnectionInBackgroundAndNotify

- (void) acceptConnectionInBackgroundAndNotify;

acceptConnectionInBackgroundAndNotifyForModes:

- (void) acceptConnectionInBackgroundAndNotifyForModes: (NSArray*)modes;

availableData

- (NSData*) availableData;

closeFile

- (void) closeFile;

fileDescriptor

- (int) fileDescriptor;

initWithFileDescriptor:

- (id) initWithFileDescriptor: (int)fileDescriptor;

initWithFileDescriptor:

- (id) initWithFileDescriptor: (int)fileDescriptor;

offsetInFile

- (unsigned long long) offsetInFile;

readDataOfLength:

- (NSData*) readDataOfLength: (unsigned int)length;

readDataToEndFile

- (NSData*) readDataToEndFile;

readInBackgroundAndNotify

- (void) readInBackgroundAndNotify;

readInBackgroundAndNotifyForModes:

- (void) readInBackgroundAndNotifyForModes: (NSArray*)modes;

readToEndOfFileInBackgroundAndNotify

- (void) readToEndOfFileInBackgroundAndNotify;

readToEndOfFileInBackgroundAndNotifyForModes:

- (void) readToEndOfFileInBackgroundAndNotifyForModes: (NSArray*)modes;

seekToEndOfFile

- (unsigned long long) seekToEndOfFile;

seekToFileOffset:

- (void) seekToFileOffset: (unsigned long long)offset;

synchronizeFile

- (void) synchronizeFile;

truncateFileAtOffset:

- (void) truncateFileAtOffset: (unsigned long long)offset;

waitForDataInBackgroundAndNotify

- (void) waitForDataInBackgroundAndNotify;

waitForDataInBackgroundAndNotifyForModes:

- (void) waitForDataInBackgroundAndNotifyForModes: (NSArray*)modes;

writeData:

- (void) writeData: (NSData*)data;