#import <NSOutputStream.h>
Abgeleitet von NSStream.
Basisklasse für NSCFOutputStream.
Öffentliche Methoden | |
| (int) | - write:maxLength: |
| (BOOL) | - hasSpaceAvailable |
| (unsigned long) | - _cfTypeID |
Öffentliche, statische Methoden | |
| (id) | + allocWithZone: |
| (id) | + outputStreamToMemory |
| (id) | + outputStreamToBuffer:capacity: |
| (id) | + outputStreamToFileAtPath:append: |
Definiert in Zeile 9 der Datei NSOutputStream.h.
| + (id) allocWithZone: | (struct _NSZone *) | fp8 |
Implementiert in NSCFOutputStream.
| + (id) outputStreamToMemory |
| + (id) outputStreamToBuffer: | (char *) | fp8 | ||
| capacity: | (unsigned int) | fp12 | ||
| + (id) outputStreamToFileAtPath: | (id) | fp8 | ||
| append: | (BOOL) | fp12 | ||
| - (int) write: | (const char *) | fp8 | ||
| maxLength: | (unsigned int) | fp12 | ||
Implementiert in NSCFOutputStream.
| - (BOOL) hasSpaceAvailable |
Implementiert in NSCFOutputStream.
| - (unsigned long) _cfTypeID |