Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IGzipInflateToStream::process ( P6VOID pSource,
P6SIZE  cbSource 
)
pure virtual

This method will inflate the data provided in pBuffer and write it out using the preset p6IDataStream.

Parameters
pSource[ in ] The address of a buffer containing the data to inflate.
cbSource[ in ] The number of valid bytes to inflate in pBuffer.
Returns