ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/visualization/HepRep/include/cheprep/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 () |
Private Attributes | |
ZipOutputStreamBuffer * | buffer |
Definition at line 17 of file ZipOutputStream.h.
View newest version in sPHENIX GitHub at line 17 of file ZipOutputStream.h
cheprep::ZipOutputStream::ZipOutputStream | ( | std::ostream & | os | ) |
Definition at line 15 of file ZipOutputStream.cc.
View newest version in sPHENIX GitHub at line 15 of file ZipOutputStream.cc
References init().
|
virtual |
Definition at line 38 of file ZipOutputStream.cc.
View newest version in sPHENIX GitHub at line 38 of file ZipOutputStream.cc
References buffer, and close().
Definition at line 26 of file ZipOutputStream.cc.
View newest version in sPHENIX GitHub at line 26 of file ZipOutputStream.cc
Referenced by cheprep::XMLHepRepWriter::close(), and ~ZipOutputStream().
void cheprep::ZipOutputStream::closeEntry | ( | ) |
Definition at line 21 of file ZipOutputStream.cc.
View newest version in sPHENIX GitHub at line 21 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 30 of file ZipOutputStream.cc.
View newest version in sPHENIX GitHub at line 30 of file ZipOutputStream.cc
Referenced by cheprep::XMLHepRepWriter::close(), and cheprep::XMLHepRepWriter::write().
void cheprep::ZipOutputStream::setComment | ( | const std::string & | comment | ) |
Definition at line 34 of file ZipOutputStream.cc.
View newest version in sPHENIX GitHub at line 34 of file ZipOutputStream.cc
|
private |
Definition at line 34 of file ZipOutputStream.h.
View newest version in sPHENIX GitHub at line 34 of file ZipOutputStream.h
Referenced by ~ZipOutputStream().