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

Deflates the data spcified in pBuffer and writes it to the preset p6IIoWriteHandler.

Parameters
pBuffer[ in ] A pointer to a buffer containing the data to deflate.
cbBuffer[ in ] The size of pBuffer in bytes.
Returns