|
|
|
Creates an instance that operates on the given filename.
Parameters:
filename | has the format "/home/weis/myfile.tgz" or something like that. |
See also: open
|
[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 |
See also: close
Reimplemented from KTarBase.
void |
[virtual]
Closes the tar file.
See also: open
Reimplemented from KTarBase.
QString |
The name of the tar file, as passed to the constructor