oeogzstream
class oeogzstream : public oeowrapperstream
This class represents oeogzstream.
Implements a wrapper stream capable of dynamically compressing data in gzip format and then passing that along to the wrapped stream.
The following methods are publicly inherited from oeowrapperstream:
The following methods are publicly inherited from oeostream:
The following methods are publicly inherited from oestream:
Constructors
oeogzstream()
oeogzstream(oeostream *os, bool del)
Creates a new oeogzstream.
See also
See oeowrapperstream for more details on the functionality of this class.