class KZipFileEntry |
|
|
Creates a new zip file entry. Do not call this, KZip takes care of it. |
|
|
CRC: only used when writing |
|
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. |
|
Returns the content of this file. Call data() with care (only once per file), this data isn't cached. |
|
|
|
Name with complete path - KArchiveFile.name() is the filename only (no path) |
|
|
Only used when writing |
|
Header start: only used when writing |