|
Geant4.10
|
#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.
References cheprep::ZipOutputStreamBuffer::close().
Referenced by cheprep::XMLHepRepWriter::close(), and ~ZipOutputStream().
| void cheprep::ZipOutputStream::closeEntry | ( | ) |
Definition at line 22 of file ZipOutputStream.cc.
References cheprep::ZipOutputStreamBuffer::closeEntry().
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.
References cheprep::ZipOutputStreamBuffer::putNextEntry().
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.
References cheprep::ZipOutputStreamBuffer::setComment().
1.8.7