class KTarGz

A class for reading/writing gzipped tar balls. More...

Definition#include <ktar.h>
InheritsKTarBase
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

KTarGz ( const QString& filename )

Creates an instance that operates on the given filename.

Parameters:
filenamehas the format "/home/weis/myfile.tgz" or something like that.

~KTarGz ()
[virtual]

If the tar ball is still opened, then it will be closed automatically by the destructor.

bool open ( int mode )
[virtual]

Opens the tar file for reading or writing.

Parameters:
modemay be IO_ReadOnly or IO_WriteOnly

void close ()
[virtual]

Closes the tar file.