Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#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 |
Definition at line 39 of file zipoutputstream.cc.
void cheprep::ZipOutputStream::close | ( | ) |
Definition at line 27 of file zipoutputstream.cc.
Referenced by cheprep::XMLHepRepWriter::close(), and ~ZipOutputStream().
void cheprep::ZipOutputStream::closeEntry | ( | ) |
Definition at line 22 of file zipoutputstream.cc.
Referenced by cheprep::XMLHepRepWriter::close(), and cheprep::XMLHepRepWriter::write().
void cheprep::ZipOutputStream::putNextEntry | ( | const std::string & | name, |
bool | compress | ||
) |
Definition at line 31 of file zipoutputstream.cc.
Referenced by cheprep::XMLHepRepWriter::close(), and cheprep::XMLHepRepWriter::write().
void cheprep::ZipOutputStream::setComment | ( | const std::string & | comment | ) |
Definition at line 35 of file zipoutputstream.cc.