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:

clear

set

stream

The following methods are publicly inherited from oeostream:

operator<

flush

putbyte

close

open

write

The following methods are publicly inherited from oestream:

operator bool

rewind

tell

eof

seek

length

size

Constructors

oeogzstream()
oeogzstream(oeostream *os, bool del)

Creates a new oeogzstream.

See also

See oeowrapperstream for more details on the functionality of this class.