#import <NSInputStream.h>
Abgeleitet von NSStream.
Basisklasse für NSCFInputStream.
Öffentliche Methoden | |
| (int) | - read:maxLength: |
| (BOOL) | - getBuffer:length: |
| (BOOL) | - hasBytesAvailable |
| (unsigned long) | - _cfTypeID |
Öffentliche, statische Methoden | |
| (id) | + allocWithZone: |
| (id) | + inputStreamWithData: |
| (id) | + inputStreamWithFileAtPath: |
Definiert in Zeile 9 der Datei NSInputStream.h.
| + (id) allocWithZone: | (struct _NSZone *) | fp8 |
Implementiert in NSCFInputStream.
| + (id) inputStreamWithData: | (id) | fp8 |
| + (id) inputStreamWithFileAtPath: | (id) | fp8 |
| - (int) read: | (char *) | fp8 | ||
| maxLength: | (unsigned int) | fp12 | ||
Implementiert in NSCFInputStream.
| - (BOOL) getBuffer: | (char **) | fp8 | ||
| length: | (unsigned int *) | fp12 | ||
Implementiert in NSCFInputStream.
| - (BOOL) hasBytesAvailable |
Implementiert in NSCFInputStream.
| - (unsigned long) _cfTypeID |