![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Information about a file inside archive. More...
#include <quazipfileinfo.h>
Public Member Functions | |
| QFile::Permissions | getPermissions () const |
| Get the file permissions. More... | |
Public Attributes | |
| QString | name |
| File name. More... | |
| quint16 | versionCreated |
| Version created by. More... | |
| quint16 | versionNeeded |
| Version needed to extract. More... | |
| quint16 | flags |
| General purpose flags. More... | |
| quint16 | method |
| Compression method. More... | |
| QDateTime | dateTime |
| Last modification date and time. More... | |
| quint32 | crc |
| CRC. More... | |
| quint32 | compressedSize |
| Compressed file size. More... | |
| quint32 | uncompressedSize |
| Uncompressed file size. More... | |
| quint16 | diskNumberStart |
| Disk number start. More... | |
| quint16 | internalAttr |
| Internal file attributes. More... | |
| quint32 | externalAttr |
| External file attributes. More... | |
| QString | comment |
| Comment. More... | |
| QByteArray | extra |
| Extra field. More... | |
Information about a file inside archive.
Call QuaZip::getCurrentFileInfo() or QuaZipFile::getFileInfo() to fill this structure.
Definition at line 41 of file quazipfileinfo.h.
| QFile::Permissions QuaZipFileInfo::getPermissions | ( | ) | const |
Get the file permissions.
Returns the high 16 bits of external attributes converted to QFile::Permissions.
Definition at line 46 of file quazipfileinfo.cpp.
References externalAttr, and permissionsFromExternalAttr().
| QString QuaZipFileInfo::comment |
Comment.
Definition at line 67 of file quazipfileinfo.h.
Referenced by QuaZipFileInfo64::toQuaZipFileInfo().
| quint32 QuaZipFileInfo::compressedSize |
Compressed file size.
Definition at line 57 of file quazipfileinfo.h.
Referenced by QuaZipFileInfo64::toQuaZipFileInfo().
| quint32 QuaZipFileInfo::crc |
CRC.
Definition at line 55 of file quazipfileinfo.h.
Referenced by QuaZipFileInfo64::toQuaZipFileInfo().
| QDateTime QuaZipFileInfo::dateTime |
Last modification date and time.
Definition at line 53 of file quazipfileinfo.h.
Referenced by QuaZipFileInfo64::toQuaZipFileInfo().
| quint16 QuaZipFileInfo::diskNumberStart |
Disk number start.
Definition at line 61 of file quazipfileinfo.h.
Referenced by QuaZipFileInfo64::toQuaZipFileInfo().
| quint32 QuaZipFileInfo::externalAttr |
External file attributes.
Definition at line 65 of file quazipfileinfo.h.
Referenced by getPermissions(), and QuaZipFileInfo64::toQuaZipFileInfo().
| QByteArray QuaZipFileInfo::extra |
Extra field.
Definition at line 69 of file quazipfileinfo.h.
Referenced by QuaZipFileInfo64::toQuaZipFileInfo().
| quint16 QuaZipFileInfo::flags |
General purpose flags.
Definition at line 49 of file quazipfileinfo.h.
Referenced by QuaZipFileInfo64::toQuaZipFileInfo().
| quint16 QuaZipFileInfo::internalAttr |
Internal file attributes.
Definition at line 63 of file quazipfileinfo.h.
Referenced by QuaZipFileInfo64::toQuaZipFileInfo().
| quint16 QuaZipFileInfo::method |
Compression method.
Definition at line 51 of file quazipfileinfo.h.
Referenced by QuaZipFileInfo64::toQuaZipFileInfo().
| QString QuaZipFileInfo::name |
File name.
Definition at line 43 of file quazipfileinfo.h.
Referenced by QuaZipFileInfo64::toQuaZipFileInfo().
| quint32 QuaZipFileInfo::uncompressedSize |
Uncompressed file size.
Definition at line 59 of file quazipfileinfo.h.
Referenced by QuaZipFileInfo64::toQuaZipFileInfo().
| quint16 QuaZipFileInfo::versionCreated |
Version created by.
Definition at line 45 of file quazipfileinfo.h.
Referenced by QuaZipFileInfo64::toQuaZipFileInfo().
| quint16 QuaZipFileInfo::versionNeeded |
Version needed to extract.
Definition at line 47 of file quazipfileinfo.h.
Referenced by QuaZipFileInfo64::toQuaZipFileInfo().