Index

C++ Code Documentation

io::IstreamGzip

Derived from: io::Istream

File: BASE/io/IstreamGzip.H

public:
  • IstreamGzip( base::String const &filename );
    constructor
  • IstreamGzip( gzFile gzfile );
  • virtual ~IstreamGzip();
    destructor
  • virtual uint read( char *buffer, uint buffer_len );
  • virtual uint read( char unsigned *buffer, uint buffer_len );
  • gzFile gzfile() const;
  • virtual StreamType type() const;
protected:
private:
  • gzFile _gzfile;
  • IstreamGzip( IstreamGzip const & );
    disabled copy constructor
  • IstreamGzip &operator=( IstreamGzip const & );
    disabled assignment operator


io::IstreamGzip GANG