class KArchiveFile |
|
|
Represents a file entry in a KArchive. A file in an archive. See also KArchive See also KArchiveDirectory |
|
|
Extracts the file to the directory dest dest - the directory to extract to |
|
This method returns QIODevice (internal class: KLimitedIODevice) on top of the underlying QIODevice. This is obviously for reading only. WARNING: 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 QIODevice of the file |
|
Returns the data of the file. Call data() with care (only once per file), this data isn't cached. Returns the content of this file. |
|
Checks whether this entry is a file. Returns true, since this entry is a file |
|
Position of the data in the [uncompressed] archive. Returns the position of the file |
|
|
Size of the data. Returns the size of the file |