Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::p6IGzipDeflateToHandler Interface Referenceabstract

#include <p6gzip.h>

Inherits P6R::p6ICom.

Public Member Functions

virtual P6INT32 addref (void)=0
 
virtual P6R::P6ERR end (void)=0
 
virtual P6R::P6ERR initialize (p6IIoWriteHandler *pIo, P6GZIOFLAGS fFlags)=0
 
virtual P6R::P6ERR queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6INT32 release (void)=0
 
virtual P6R::P6ERR write (P6VOID *pBuffer, P6SIZE cbBuffer)=0
 

Detailed Description

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.

Definition at line 322 of file p6gzip.h.


The documentation for this interface was generated from the following file: