#include <p6gzip.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6R::P6INT32 | addref ()=0 |
virtual P6R::P6ERR | end ()=0 |
virtual P6R::P6ERR | initialize (P6R::p6IIoWriteHandler *pIo, P6R::P6GZIOFLAGS fFlags)=0 |
virtual P6R::P6ERR | queryInterface (const P6R::IID &iid, P6R::P6VOID **ppIface)=0 |
virtual P6R::P6INT32 | release ()=0 |
virtual P6R::P6ERR | write (P6R::P6VOID *pBuffer, P6R::P6SIZE cbBuffer)=0 |
Given an p6IIoWriteHandler, this interace deflates the data provided via the write method, using the p6IIoWriteHandler's write() method as the sink to write the data to.