Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IGzipDeflateToHandler::initialize ( p6IIoWriteHandler *  pIo,
P6GZIOFLAGS  fFlags 
)
pure virtual

Initializes the component for use.

Must be called successfully before calling any other method.

Parameters
pIo[ in ] A pointer to a p6IIoWriteHandler to use as the destination for the deflated data.
fFlags[ in ] P6GZIOFLAGS indicating the desired behavior.
Returns