|
Geant4
9.6.p02
|
#include <ZipOutputStream.h>


Public Member Functions | |
| ZipOutputStream (std::ostream &os) | |
| void | closeEntry () |
| void | close () |
| void | putNextEntry (const std::string &name, bool compress) |
| void | setComment (const std::string &comment) |
| virtual | ~ZipOutputStream () |
Definition at line 18 of file ZipOutputStream.h.
| cheprep::ZipOutputStream::ZipOutputStream | ( | std::ostream & | os) |
Definition at line 16 of file ZipOutputStream.cc.
|
virtual |
| void cheprep::ZipOutputStream::close | ( | ) |
Definition at line 27 of file ZipOutputStream.cc.


| void cheprep::ZipOutputStream::closeEntry | ( | ) |
Definition at line 22 of file ZipOutputStream.cc.


Definition at line 31 of file ZipOutputStream.cc.


1.8.4