KArchive
kcompressiondevice.h
30 class KARCHIVE_EXPORT KCompressionDevice : public QIODevice // KF6 TODO: consider inheriting from QFileDevice, so apps can use error() generically ?
typedef OpenMode
Definition: kcompressiondevice.h:30
virtual bool open(QIODevice::OpenMode mode)
virtual bool seek(qint64 pos)
FileError
Definition: kfilterbase.h:26
virtual bool atEnd() const const
virtual void close()
virtual qint64 writeData(const char *data, qint64 maxSize)=0
virtual qint64 readData(char *data, qint64 maxSize)=0
Definition: k7zip.h:18
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Mar 23 2023 04:15:17 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Mar 23 2023 04:15:17 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.