|
|
This class operates on a QDataStream, which is assumed to be a normal tar archive (not gzipped). This is mainly for use in kio_tar, where the encoding/decoding can be done by any filtering protocol (gzip, bzip2,...) and the data being given by any protocol (file, ftp, http, ...) Using a data stream allows to process a memory buffer (QByteArray) or a file.
|
Constructor, probably
|
[virtual]
bool |
[virtual]
Opens the tar data for reading or writing.
Parameters:
mode | may be IO_ReadOnly or IO_WriteOnly |
Reimplemented from KTarBase.
void |
[virtual]
For symmetry
Reimplemented from KTarBase.
Generated by: marc@yogi on Tue Mar 27 13:07:59 2001, using kdoc 2.0a48. |