Geant4
10.03.p01
|
#include <GZIPOutputStream.h>
Public Member Functions | |
GZIPOutputStream (std::ostream &os) | |
void | setFilename (const std::string &filename) |
void | setComment (const std::string &comment) |
void | close () |
virtual | ~GZIPOutputStream () |
Definition at line 15 of file GZIPOutputStream.h.
cheprep::GZIPOutputStream::GZIPOutputStream | ( | std::ostream & | os | ) |
Definition at line 14 of file GZIPOutputStream.cc.
|
virtual |
Definition at line 35 of file GZIPOutputStream.cc.
void cheprep::GZIPOutputStream::close | ( | ) |
Definition at line 30 of file GZIPOutputStream.cc.
void cheprep::GZIPOutputStream::setComment | ( | const std::string & | comment | ) |
Definition at line 26 of file GZIPOutputStream.cc.
void cheprep::GZIPOutputStream::setFilename | ( | const std::string & | filename | ) |
Definition at line 22 of file GZIPOutputStream.cc.