#include <unzip.h>
Public Member Functions | |
ZipEntry () | |
Public Attributes | |
QString | filename |
QString | comment |
quint32 | compressedSize |
quint32 | uncompressedSize |
quint32 | crc32 |
QDateTime | lastModified |
CompressionMethod | compression |
FileType | type |
bool | encrypted |
Definition at line 89 of file unzip.h.
ZipEntry | ( | ) |
QString filename |
QString comment |
quint32 compressedSize |
quint32 uncompressedSize |
quint32 crc32 |
QDateTime lastModified |
bool encrypted |