Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IGzipInflateFromHandler::initialize ( p6IIoReadHandler *  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 p6IIoReadHandler to use as the source of the data to inflate.
fFlags[ in ] P6GZIOFLAGS indicating the desired behavior.
Returns