UnZip::ZipEntry Struct Reference

#include <unzip.h>

List of all members.

Public Member Functions

 ZipEntry ()

Public Attributes

QString filename
QString comment
quint32 compressedSize
quint32 uncompressedSize
quint32 crc32
QDateTime lastModified
CompressionMethod compression
FileType type
bool encrypted


Detailed Description

Definition at line 89 of file unzip.h.


Constructor & Destructor Documentation

ZipEntry (  ) 

ZipEntry constructor - initialize data. Type is set to File.

Definition at line 471 of file unzip.cpp.


Member Data Documentation

QString filename

Definition at line 93 of file unzip.h.

Referenced by UnZip::entryList().

QString comment

Definition at line 94 of file unzip.h.

Referenced by UnZip::entryList().

quint32 compressedSize

Definition at line 96 of file unzip.h.

Referenced by UnZip::entryList(), and ZipEntry().

quint32 uncompressedSize

Definition at line 97 of file unzip.h.

Referenced by UnZip::entryList(), and ZipEntry().

quint32 crc32

Definition at line 98 of file unzip.h.

Referenced by UnZip::entryList(), and ZipEntry().

QDateTime lastModified

Definition at line 100 of file unzip.h.

Referenced by UnZip::entryList().

CompressionMethod compression

Definition at line 102 of file unzip.h.

Referenced by UnZip::entryList(), and ZipEntry().

FileType type

Definition at line 103 of file unzip.h.

Referenced by UnZip::entryList(), and ZipEntry().

bool encrypted

Definition at line 105 of file unzip.h.

Referenced by UnZip::entryList(), and ZipEntry().


The documentation for this struct was generated from the following files: