#include <karchive.h>
Inheritance diagram for KArchiveFile:

Public Methods | |
| int | position () const |
| int | size () const |
| void | setSize (int s) |
| virtual QByteArray | data () const |
| QIODevice * | device () const |
| virtual bool | isFile () const |
| void | copyTo (const QString &dest) const |
Protected Methods | |
| virtual void | virtual_hook (int id, void *data) |
Definition at line 243 of file karchive.h.
|
|
Extracts the file to the directory
|
|
|
|
|
|
This method returns QIODevice (internal class: KLimitedIODevice) on top of the underlying QIODevice. 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 KArchiveEntry. Definition at line 283 of file karchive.h. |
|
|
Position of the data in the [uncompressed] archive. |
|
|
Set size of data, usually after writing the file. Definition at line 263 of file karchive.h. |
|
|
Size of the data. |
1.2.18