AbZip
1.5
|
This is a simple class to hold information about the archive. More...
#include <ZipFileInfo.h>
Public Attributes | |
qint64 | fileSize |
The actual file of the archive. | |
qint64 | packedSize |
The total compressed size of all files. | |
qint64 | unpackedSize |
The total size of all files when extracted. | |
quint32 | fileCount |
The number of files stored in the archive. | |
qint32 | version |
The PKWARE Version made by. Major version/10, minor version % 10 (e.g. version = 45 which is 4.5) | |
qint32 | madeByOS |
PKWARE OS made by. See PKWARE APPNOTE.TXT section 4.4.2.2. | |
bool | isZip64 |
true if the archive is in Zip64 format | |
QString | comment |
The main archive comment. | |
qint32 | filesAdded |
The total number of files added since open() | |
qint32 | filesExtracted |
The total number of files extracted since open() | |
qint32 | filesDeleted |
The total number of files deleted since open() | |
qint32 | errorCount |
The total number of errors since open(). This can be reset by calling clearErrors() | |
This is a simple class to hold information about the archive.