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