gzstream

C++ iostream classes wrapping the zlib compression library.

All class functions are defined inline.


[ GAMB | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class gzstreambuf : public std::streambuf
{
public:
protected:
}; // gzstream

Back to the top of gzstream


AUTHORS

Copyright (C) Deepak Bandyopadhyay, Lutz Kettner

Back to the top of gzstream


CHANGES LOG

Back to the top of gzstream


GOALS

Reading gzipped files as streams

Back to the top of gzstream


USAGE

define stream of type igzstream and work with it as usual.

  main () {
    Molecule <Atom> m_inputAtoms;
    igzstream inputFile("MyPDBfile.pdb");
    m_inputAtoms.readPDBfile(inputFile);
    inputFile.close();
    }

Back to the top of gzstream


All Members

public:
protected:

Back to the top of gzstream


Ancestors

Inheritance chain for gzstream:

Back to the top of gzstream


Descendants

Class is not inherited by any others.

Back to the top of gzstream


Generated from source by the Cocoon utilities on Sun Nov 15 13:35:27 2009 .

Report problems to jkotula@unimax.com