|
|
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.
KTarData ( QDataStream * str ) |
Constructor, probably
bool open ( int mode ) |
Opens the tar data for reading or writing.
Parameters:
mode | may be IO_ReadOnly or IO_WriteOnly |
void close () |
For symmetry
Generated by: root@tantive.terraplex.com on Sun Feb 27 17:39:31 2000, using kdoc 2.0a33. |