MEZBufferManager Class Reference
Detailed Description
Interface class to manage input and output buffers for compression and de-compression
Member Function Documentation
FinalizeL ( CEZZStream & )
Finish writing to the stream
Parameter | Description | aZStream | the stream to complete writing to |
InitializeL ( CEZZStream & )
void | InitializeL | ( | CEZZStream & | aZStream | ) | [pure virtual] |
Initialise the stream with input and output buffers and starts reading
Parameter | Description | aZStream | the stream to initialise |
NeedInputL ( CEZZStream & )
void | NeedInputL | ( | CEZZStream & | aZStream | ) | [pure virtual] |
Set the stream's input buffer and starts reading
Parameter | Description | aZStream | the steam whose input buffer to set |
NeedOutputL ( CEZZStream & )
void | NeedOutputL | ( | CEZZStream & | aZStream | ) | [pure virtual] |
Set the stream's output buffer and start writing
Parameter | Description | aZStream | the steam whose output buffer to set |