#include <p6gzip.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6R::P6INT32 | addref ()=0 |
virtual P6R::P6ERR | end ()=0 |
virtual P6R::P6ERR | initialize (P6R::p6IIoReadHandler *pIo, P6R::P6GZIOFLAGS fFlags)=0 |
virtual P6R::P6ERR | queryInterface (const P6R::IID &iid, P6R::P6VOID **ppIface)=0 |
virtual P6R::P6ERR | read (P6R::P6VOID *pBuffer, P6R::P6SIZE cbBuffer, P6R::P6SIZE *pcbRead)=0 |
virtual P6R::P6INT32 | release ()=0 |
Given an p6IIoReadHandler, this interface reads data from the handler using its read method, inflates the data, and returns that data via calls to it's own read method.