[Previous]
[Up]
[Next]
NSFileHandle
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Foundation/NSFileHandle.h
Inherits from: NSObject
Conforms to: NSObject
Instance Variables
Methods
Instances Methods
- (void) acceptConnectionInBackgroundAndNotify;
- (void) acceptConnectionInBackgroundAndNotifyForModes: (NSArray*)modes;
- (NSData*) availableData;
- (void) closeFile;
- (int) fileDescriptor;
- (id) initWithFileDescriptor: (int)fileDescriptor;
- (id) initWithFileDescriptor: (int)fileDescriptor;
- (unsigned long long) offsetInFile;
- (NSData*) readDataOfLength: (unsigned int)length;
- (NSData*) readDataToEndFile;
- (void) readInBackgroundAndNotify;
- (void) readInBackgroundAndNotifyForModes: (NSArray*)modes;
- (void) readToEndOfFileInBackgroundAndNotify;
- (void) readToEndOfFileInBackgroundAndNotifyForModes: (NSArray*)modes;
- (unsigned long long) seekToEndOfFile;
- (void) seekToFileOffset: (unsigned long long)offset;
- (void) synchronizeFile;
- (void) truncateFileAtOffset: (unsigned long long)offset;
- (void) waitForDataInBackgroundAndNotify;
- (void) waitForDataInBackgroundAndNotifyForModes: (NSArray*)modes;
- (void) writeData: (NSData*)data;