Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <ZipEntry.h>
Public Member Functions | |
ZipEntry () | |
virtual | ~ZipEntry () |
Public Attributes | |
std::string | name |
int | method |
int | date |
int | time |
unsigned int | crc |
unsigned int | size |
unsigned int | csize |
long | offset |
long | data |
Definition at line 13 of file ZipEntry.h.
|
inline |
Definition at line 27 of file ZipEntry.h.
|
inlinevirtual |
Definition at line 30 of file ZipEntry.h.
unsigned int cheprep::ZipEntry::crc |
Definition at line 21 of file ZipEntry.h.
Referenced by cheprep::ZipOutputStreamBuffer::close(), cheprep::ZipOutputStreamBuffer::closeEntry(), and cheprep::ZipOutputStreamBuffer::putNextEntry().
unsigned int cheprep::ZipEntry::csize |
Definition at line 23 of file ZipEntry.h.
Referenced by cheprep::ZipOutputStreamBuffer::close(), and cheprep::ZipOutputStreamBuffer::closeEntry().
long cheprep::ZipEntry::data |
Definition at line 25 of file ZipEntry.h.
Referenced by cheprep::ZipOutputStreamBuffer::closeEntry(), and cheprep::ZipOutputStreamBuffer::putNextEntry().
int cheprep::ZipEntry::date |
Definition at line 19 of file ZipEntry.h.
Referenced by cheprep::ZipOutputStreamBuffer::close(), and cheprep::ZipOutputStreamBuffer::putNextEntry().
int cheprep::ZipEntry::method |
Definition at line 18 of file ZipEntry.h.
Referenced by cheprep::ZipOutputStreamBuffer::close(), and cheprep::ZipOutputStreamBuffer::putNextEntry().
std::string cheprep::ZipEntry::name |
Definition at line 17 of file ZipEntry.h.
Referenced by cheprep::ZipOutputStreamBuffer::close(), and cheprep::ZipOutputStreamBuffer::putNextEntry().
long cheprep::ZipEntry::offset |
Definition at line 24 of file ZipEntry.h.
Referenced by cheprep::ZipOutputStreamBuffer::close(), and cheprep::ZipOutputStreamBuffer::putNextEntry().
unsigned int cheprep::ZipEntry::size |
Definition at line 22 of file ZipEntry.h.
Referenced by cheprep::ZipOutputStreamBuffer::close(), and cheprep::ZipOutputStreamBuffer::closeEntry().
int cheprep::ZipEntry::time |
Definition at line 20 of file ZipEntry.h.
Referenced by cheprep::ZipOutputStreamBuffer::close(), and cheprep::ZipOutputStreamBuffer::putNextEntry().