#include <p6gzip.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6R::P6INT32 | addref ()=0 |
virtual P6R::P6ERR | deflate (P6R::P6VOID *pBuffer, P6R::P6SIZE cbBuffer, P6R::P6SIZE *pcbDeflated)=0 |
virtual P6R::P6ERR | initialize (P6R::P6VOID *pBuffer, P6R::P6SIZE cbBuffer, P6R::P6INT nLevel, P6R::P6GZIOFLAGS fFlags)=0 |
virtual P6R::P6ERR | queryInterface (const P6R::IID &iid, P6R::P6VOID **ppIface)=0 |
virtual P6R::P6INT32 | release ()=0 |
Deflates the data provided in the specified buffer.
The buffer passed to the initialize() method must contain the entire uncompressed data set. Partial data is not supported by this interface.