IDecompressStream

Inheritance:

Methods of IDecompressStream:

Methods of istream:

Methods of ios:

Constants in ios_base:

IDecompressStream
IDecompressStream::IDecompressStream(void);

Description:

close
IDecompressStream &IDecompressStream::close(void);

Description: Resets the ZStream to empty, but does not actually close the source istream unless owns_source was true.

open
IDecompressStream &IDecompressStream::open(istream *source, bool owns_source);

Description:

get
int istream::get(void);

Undocumented function.

seekg
void istream::seekg(unsigned long int pos);

Undocumented function.

tellg
unsigned long int istream::tellg(void);

Undocumented function.

bad
bool ios::bad(void) const;

Undocumented function.

clear
void ios::clear(void);

Undocumented function.

eof
bool ios::eof(void) const;

Undocumented function.

fail
bool ios::fail(void) const;

Undocumented function.

good
bool ios::good(void) const;

Undocumented function.