NSConcreteFileHandle Klassenreferenz

#import <NSConcreteFileHandle.h>

Abgeleitet von NSFileHandle.

Aufstellung aller Elemente


Öffentliche Methoden

(int) - fileDescriptor
(id) - initWithFileDescriptor:closeOnDealloc:
(id) - initWithFileDescriptor:
(id) - initWithPath:flags:createMode:
(id) - availableData
(unsigned int) - readDataOfLength:buffer:
(id) - readDataOfLength:
(id) - readDataToEndOfFile
(void) - writeData:
(unsigned long long) - offsetInFile
(unsigned long long) - seekToEndOfFile
(void) - seekToFileOffset:
(void) - truncateFileAtOffset:
(void) - synchronizeFile
(void) - closeFile
(id) - port
(void) - setPort:
(void) - dealloc
(void) - finalize
(id) - copyWithZone:
(void) - performActivity:modes:
(void) - readInBackgroundAndNotifyForModes:
(void) - readInBackgroundAndNotify
(void) - readToEndOfFileInBackgroundAndNotifyForModes:
(void) - readToEndOfFileInBackgroundAndNotify
(void) - acceptConnectionInBackgroundAndNotifyForModes:
(void) - acceptConnectionInBackgroundAndNotify
(void) - waitForDataInBackgroundAndNotifyForModes:
(void) - waitForDataInBackgroundAndNotify

Geschützte Attribute

int _fd
void * _nativeHandle
void * _avars
unsigned short _flags
char _padding [2]
struct __CFRunLoopSource * _source
struct __CFRunLoop * _rl
unsigned short _activity
char _padding2 [2]
int _error
void * _resultBytes
unsigned int _resultLength
int _resultSocket

Ausführliche Beschreibung

Definiert in Zeile 9 der Datei NSConcreteFileHandle.h.


Dokumentation der Elementfunktionen

- (int) fileDescriptor  

Implementiert NSFileHandle.

- (id) initWithFileDescriptor: (int)  fp8
closeOnDealloc: (BOOL)  fp12 

- (id) initWithFileDescriptor: (int)  fp8  

- (id) initWithPath: (id)  fp8
flags: (int)  fp12
createMode: (int)  fp16 

Implementiert NSFileHandle.

- (id) availableData  

Implementiert NSFileHandle.

- (unsigned int) readDataOfLength: (unsigned int)  fp8
buffer: (char *)  fp12 

- (id) readDataOfLength: (unsigned int)  fp8  

Implementiert NSFileHandle.

- (id) readDataToEndOfFile  

Implementiert NSFileHandle.

- (void) writeData: (id)  fp8  

Implementiert NSFileHandle.

- (unsigned long long) offsetInFile  

Implementiert NSFileHandle.

- (unsigned long long) seekToEndOfFile  

Implementiert NSFileHandle.

- (void) seekToFileOffset: (unsigned long long)  fp8  

Implementiert NSFileHandle.

- (void) truncateFileAtOffset: (unsigned long long)  fp8  

Implementiert NSFileHandle.

- (void) synchronizeFile  

Implementiert NSFileHandle.

- (void) closeFile  

Implementiert NSFileHandle.

- (id) port  

- (void) setPort: (id)  fp8  

- (void) dealloc  

Implementiert NSObject.

- (void) finalize  

Implementiert NSObject.

- (id) copyWithZone: (struct _NSZone *)  fp8  

- (void) performActivity: (int)  fp8
modes: (id)  fp12 

- (void) readInBackgroundAndNotifyForModes: (id)  fp8  

- (void) readInBackgroundAndNotify  

- (void) readToEndOfFileInBackgroundAndNotifyForModes: (id)  fp8  

- (void) readToEndOfFileInBackgroundAndNotify  

- (void) acceptConnectionInBackgroundAndNotifyForModes: (id)  fp8  

- (void) acceptConnectionInBackgroundAndNotify  

- (void) waitForDataInBackgroundAndNotifyForModes: (id)  fp8  

- (void) waitForDataInBackgroundAndNotify  


Dokumentation der Datenelemente

- (int) _fd [protected]

Definiert in Zeile 11 der Datei NSConcreteFileHandle.h.

- (void*) _nativeHandle [protected]

Definiert in Zeile 12 der Datei NSConcreteFileHandle.h.

- (void*) _avars [protected]

Definiert in Zeile 13 der Datei NSConcreteFileHandle.h.

- (unsigned short) _flags [protected]

Definiert in Zeile 14 der Datei NSConcreteFileHandle.h.

- (char _padding[2]) [protected]

Definiert in Zeile 15 der Datei NSConcreteFileHandle.h.

- (struct __CFRunLoopSource*) _source [read, protected]

Definiert in Zeile 16 der Datei NSConcreteFileHandle.h.

- (struct __CFRunLoop*) _rl [read, protected]

Definiert in Zeile 17 der Datei NSConcreteFileHandle.h.

- (unsigned short) _activity [protected]

Definiert in Zeile 18 der Datei NSConcreteFileHandle.h.

- (char _padding2[2]) [protected]

Definiert in Zeile 19 der Datei NSConcreteFileHandle.h.

- (int) _error [protected]

Definiert in Zeile 20 der Datei NSConcreteFileHandle.h.

- (void*) _resultBytes [protected]

Definiert in Zeile 21 der Datei NSConcreteFileHandle.h.

- (unsigned int) _resultLength [protected]

Definiert in Zeile 22 der Datei NSConcreteFileHandle.h.

- (int) _resultSocket [protected]

Definiert in Zeile 23 der Datei NSConcreteFileHandle.h.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: