Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IGzipDeflateToStream::initialize ( p6IDataStream pOutStream,
P6GZIOFLAGS  fFlags 
)
pure virtual

Initializes the component for use.

Must be called successfully before calling any other method.

Parameters
pOutStream[ in ] A pointer to an p6IDataStream interface which will be used to write the deflated data to.
fFlags[ in ] P6GZIOFLAGS indicating the desired behavior.
Returns