|
|
| |
Creates an instance that operates on the given filename.
Parameters:
| filename | has the format "/home/weis/myfile.tgz" or something like that. |
| ~ |
[virtual]
If the tar ball is still opened, then it will be closed automatically by the destructor.
| bool |
[virtual]
Opens the tar file for reading or writing.
Parameters:
| mode | may be IO_ReadOnly or IO_WriteOnly |
Reimplemented from KTarBase.
| void |
[virtual]
Closes the tar file.
Reimplemented from KTarBase.
| QString |
The name of the tar file, as passed to the constructor