38 class CentralDirFileHeader;
69 #endif // ZIPFILEINFO_H qint32 version
The PKWARE Version made by. Major version/10, minor version % 10 (e.g. version = 45 which is 4...
Definition: ZipFileInfo.h:24
qint32 filesAdded
The total number of files added since open()
Definition: ZipFileInfo.h:31
bool isZip64
true if the archive is in Zip64 format
Definition: ZipFileInfo.h:26
QString comment
The comment assigned to this file.
Definition: ZipFileInfo.h:52
QFile::Permissions permissions
The original file permission (e.g. read/write/execute etc.)
Definition: ZipFileInfo.h:62
qint64 unpackedSize
The total size of all files when extracted.
Definition: ZipFileInfo.h:22
This is a simple class to hold information about the archive.
Definition: ZipFileInfo.h:15
quint8 attributes
Definition: ZipFileInfo.h:63
QString comment
The main archive comment.
Definition: ZipFileInfo.h:28
qint32 filesDeleted
The total number of files deleted since open()
Definition: ZipFileInfo.h:33
quint64 compressedSize
The compressed side of the file in bytes.
Definition: ZipFileInfo.h:55
QDateTime lastModifiedDate
The last modifies date of the file.
Definition: ZipFileInfo.h:53
qint32 madeByOS
PKWARE OS made by. See PKWARE APPNOTE.TXT section 4.4.2.2.
Definition: ZipFileInfo.h:25
qint64 packedSize
The total compressed size of all files.
Definition: ZipFileInfo.h:21
qint32 errorCount
The total number of errors since open(). This can be reset by calling clearErrors() ...
Definition: ZipFileInfo.h:34
This class holds information about a file stored within the archive file.
Definition: ZipFileInfo.h:45
quint64 uncompressedSize
The uncompressed (or original) size of the file.
Definition: ZipFileInfo.h:56
qint32 filesExtracted
The total number of files extracted since open()
Definition: ZipFileInfo.h:32
quint32 crc32
The CRC checksum for the stored file.
Definition: ZipFileInfo.h:54
quint32 fileCount
The number of files stored in the archive.
Definition: ZipFileInfo.h:23
bool isEncrypted
true if this file is encrypted. See setPassword()
Definition: ZipFileInfo.h:66
quint32 compressionMethod
Pkware compression method (See PKWARE APPNOTE.TXT section 4.4.5)
Definition: ZipFileInfo.h:57
quint32 version
Definition: ZipFileInfo.h:58
QString filePath
The full path and filename as stored in the archive.
Definition: ZipFileInfo.h:51
qint64 fileSize
The actual file of the archive.
Definition: ZipFileInfo.h:20