#include <p6gzip.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6R::P6INT32 | addref ()=0 |
virtual P6R::P6ERR | end ()=0 |
virtual P6R::P6ERR | initialize (P6R::p6IDataStream *pOutStream, P6R::P6GZIOFLAGS fFlags)=0 |
virtual P6R::P6ERR | process (P6R::P6VOID *pBuffer, P6R::P6SIZE cbBuffer)=0 |
virtual P6R::P6ERR | queryInterface (const P6R::IID &iid, P6R::P6VOID **ppIface)=0 |
virtual P6R::P6INT32 | release ()=0 |
Deflates the data provided when calling the process() method and writes it to the p6IDataStream provided in the intialize() method.