class KTarData

This class operates on a QDataStream, which is assumed to be a normal tar archive (not gzipped). More...

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

Public Methods


Detailed Description

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 )

KTarData

Constructor, probably

 ~KTarData ()

~KTarData

[virtual]

bool  open ( int mode )

open

[virtual]

Opens the tar data for reading or writing.

Parameters:
modemay be IO_ReadOnly or IO_WriteOnly

Reimplemented from KTarBase.

void  close ()

close

[virtual]

For symmetry

Reimplemented from KTarBase.


Generated by: faure on ftp.kde.com on Wed Jun 20 13:26:37 2001, using kdoc 2.0a53.