class KAr |
|
KAr is a class for reading archives in ar format. Writing
is not supported.
A class for reading ar archives.
Author Laurence Anderson |
|
Creates an instance that operates on the given filename.
filename - is a local path (e.g. "/home/holger/myfile.ar") |
|
Creates an instance that operates on the given device.
The device can be compressed (KFilterDev) or not (QFile, etc.).
dev - the device to read from |
|
|
|
|
|
|
Opens the archive for reading. Parses the directory listing of the archive and creates the KArchiveDirectory/KArchiveFile entries. |
|