class KTarFile
|
A file in a tar-file's directory structure.
More... |
|
|
Public Methods
- KTarFile ( KTarBase* tar, const QString& name, int access, int date, const QString& user, const QString& group, const QString &symlink, int pos, int size, const QByteArray& data )
- virtual ~KTarFile ()
- int position () const
- int size () const
- QByteArray data () const
- virtual bool isFile () const
Detailed Description
See also: KTarDirectory, KTarDirectory
[const]
Position of the data in the uncompressed tar file.
[const]
Size of the data.
[const]
Returns: the content of this file.
[const virtual]
Returns: true, since this entry is a file
Generated by: root@tantive.terraplex.com on Sun Feb 27 17:39:31 2000, using kdoc 2.0a33. |