oeigzstream

class oeigzstream : public oeiwrapperstream

This class represents oeigzstream.

Implements a wrapper stream capable of dynamically uncompressing gzipped data read off of the wrapped stream.

The following methods are publicly inherited from oeiwrapperstream:

clear

set

stream

The following methods are publicly inherited from oeistream:

operator>>

gettoken

skipbyte

close

open

skipline

get

peekbyte

getbyte

read

getline

skip

The following methods are publicly inherited from oestream:

operator bool

rewind

tell

eof

seek

length

size

Constructors

oeigzstream()
oeigzstream(oeistream *is, bool del)

Creates a new oeigzstream.

See also

oeiwrapperstream for more details on the functionality of this class.