NGGZipStream
Inherits From: NGFilterStream
Declared In: NGGZipStream.h
Methods: - readBytes:count: , - writeBytes:count: , - close , - flush


Class Description
No class description.


Instance Variables
void *outp;
void *outBuf;
unsigned outBufLen;
unsigned long crc;
BOOL headerIsWritten;

outpNo description.
outBufNo description.
outBufLenNo description.
crcNo description.
headerIsWrittenNo description.



Method Types
- readBytes:count:
- writeBytes:count:
- close
- flush


Instance Methods
close
- (void)close
No method description.

flush
- (void)flush
No method description.

readBytes:count:
- (unsigned)readBytes:(void *)_buf count:(unsigned)_len
No method description.

writeBytes:count:
- (unsigned)writeBytes:(const void *)_buf count:(unsigned)_len
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.