KZipFileEntry Class Reference
Inheritance diagram for KZipFileEntry:

Detailed Description
Definition at line 226 of file kzip.h.
Public Member Functions | |
KZipFileEntry (KZip *zip, const QString &name, int access, int date, const QString &user, const QString &group, const QString &symlink, const QString &path, Q_LONG start, Q_LONG uncompressedSize, int encoding, Q_LONG compressedSize) | |
int | encoding () const |
Q_LONG | compressedSize () const |
void | setCompressedSize (Q_LONG compressedSize) |
void | setHeaderStart (Q_LONG headerstart) |
Q_LONG | headerStart () const |
unsigned long | crc32 () const |
void | setCRC32 (unsigned long crc32) |
QString | path () const |
virtual QByteArray | data () const |
QIODevice * | device () const |
Member Function Documentation
|
CRC: only used when writing.
|
|
Reimplemented from KArchiveFile. |
|
This method returns a QIODevice to read the file contents. This is obviously for reading only. Note that the ownership of the device is being transferred to the caller, who will have to delete it. The returned device auto-opens (in readonly mode), no need to open it. Reimplemented from KArchiveFile. |
|
Name with complete path - KArchiveFile::name() is the filename only (no path).
|
|
Only used when writing.
|
|
Header start: only used when writing.
|
The documentation for this class was generated from the following files: