| QuaZIP quazip-0-4-4 | 
Information about a file inside archive. More...
#include <quazipfileinfo.h>
| Public Attributes | |
| QString | name | 
| File name. | |
| quint16 | versionCreated | 
| Version created by. | |
| quint16 | versionNeeded | 
| Version needed to extract. | |
| quint16 | flags | 
| General purpose flags. | |
| quint16 | method | 
| Compression method. | |
| QDateTime | dateTime | 
| Last modification date and time. | |
| quint32 | crc | 
| CRC. | |
| quint32 | compressedSize | 
| Compressed file size. | |
| quint32 | uncompressedSize | 
| Uncompressed file size. | |
| quint16 | diskNumberStart | 
| Disk number start. | |
| quint16 | internalAttr | 
| Internal file attributes. | |
| quint32 | externalAttr | 
| External file attributes. | |
| QString | comment | 
| Comment. | |
| QByteArray | extra | 
| Extra field. | |
Information about a file inside archive.
Call QuaZip::getCurrentFileInfo() or QuaZipFile::getFileInfo() to fill this structure.
 1.7.4
 1.7.4