#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 *pSource, P6R::P6SIZE cbSource)=0 |
virtual P6R::P6ERR | queryInterface (const P6R::IID &iid, P6R::P6VOID **ppIface)=0 |
virtual P6R::P6INT32 | release ()=0 |
Inflates the data provided to calling the process() method and writes it to the p6IDataStream provided in initialize().