#import <CPZDeflateOutputStream.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithOutputStream: |
| (void) | - dealloc |
| (void) | - close |
| (void) | - writeBuffer:size: |
Geschützte Attribute | |
| id< CPZOutputStream > | mOutputStream |
| struct z_stream_s | mDeflateStream |
| char * | mOutBuffer |
Definiert in Zeile 11 der Datei CPZDeflateOutputStream.h.
| - (id) initWithOutputStream: | (id) | fp8 |
| - (void) dealloc |
Implementiert NSObject.
| - (void) close |
| - (void) writeBuffer: | (const char *) | fp8 | ||
| size: | (unsigned long) | fp12 | ||
- (id<CPZOutputStream>) mOutputStream [protected] |
Definiert in Zeile 13 der Datei CPZDeflateOutputStream.h.
- (struct z_stream_s) mDeflateStream [read, protected] |
Definiert in Zeile 14 der Datei CPZDeflateOutputStream.h.
- (char*) mOutBuffer [protected] |
Definiert in Zeile 15 der Datei CPZDeflateOutputStream.h.