Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IGzipInflateFromHandler::read ( P6VOID pBuffer,
P6SIZE  cbBuffer,
P6SIZE pcbRead 
)
pure virtual

Attemps to read data from the source p6IIoReadHandler and inflate it into the provided buffer.

Parameters
pBuffer[ out ] A pointer to a buffer in which will be returned the inflated data.
cbBuffer[ in ] The size of pBuffer in bytes.
pcbRead[ out] A pointer to a P6SIZE that will receive the number of bytes of inflated data placed in pBuffer.
Returns