FileInfo Struct
struct QZipReader::FileInfoPublic Variables
| uint | crc |
| QString | filePath |
| uint | isDir |
| uint | isFile |
| uint | isSymLink |
| QFile::Permissions | permissions |
| qint64 | size |
Detailed Description
\internalRepresents one entry in the zip table of contents.
Member Variable Documentation
uint FileInfo::crc
The calculated checksum as a crc type.
QString FileInfo::filePath
The full filepath inside the archive.
uint FileInfo::isDir
A boolean type indicating if the entry is a directory.
uint FileInfo::isFile
A boolean type, if it is one this entry is a file.
uint FileInfo::isSymLink
A boolean type, if it is one this entry is symbolic link.
QFile::Permissions FileInfo::permissions
A list of flags for the permissions of this entry.
qint64 FileInfo::size
The total size of the unpacked content.