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