TaurusZIPLibrary
$VERSION$
|
Helper class: reports information about a specific file entry in the ZIP archive. More...
#include <qtziphlp.h>
Public Member Functions | |
ZipFileInfo () | |
Empty/invalid info object. More... | |
ZipFileInfo (const ZipFileInfo &) | |
Copy an info object. More... | |
ZipFileInfo & | operator= (const ZipFileInfo &) |
Copy an info object. More... | |
bool | isValid () const |
returns true if this is a valid info object More... | |
operator bool () const | |
QString | fileName () const |
returns the file name of the stored file More... | |
QDateTime | createTime () const |
returns the creation time of the file stored in the ZIP More... | |
int | rawCompressionMethod () const |
returns the code of the compression method used with this file More... | |
ulong | fileCRC () const |
returns the CRC32 stored for this file More... | |
ulong | uncompressedSize () const |
returns the uncompressed file size stored for this file More... | |
Friends | |
class | Zip |
class | Unzip |
Helper class: reports information about a specific file entry in the ZIP archive.
QtZipHelper::ZipFileInfo::ZipFileInfo | ( | ) |
Empty/invalid info object.
QtZipHelper::ZipFileInfo::ZipFileInfo | ( | const ZipFileInfo & | ) |
Copy an info object.
|
inline |
returns the creation time of the file stored in the ZIP
|
inline |
returns the CRC32 stored for this file
|
inline |
returns the file name of the stored file
|
inline |
returns true if this is a valid info object
|
inline |
returns true if this is a valid info object, so the info object can be used in if-statements directly
ZipFileInfo& QtZipHelper::ZipFileInfo::operator= | ( | const ZipFileInfo & | ) |
Copy an info object.
|
inline |
returns the code of the compression method used with this file
|
inline |
returns the uncompressed file size stored for this file
|
friend |
|
friend |