11#include <QScopedPointer>
18 KoQuaZipStore(
const QString & _filename,
Mode _mode,
const QByteArray & appIdentification,
19 bool writeMimetype =
true);
22 bool writeMimetype =
true);
27 qint64
write(
const char* _data, qint64 _len)
override;
32 void init(
const QByteArray& appIdentification);
34 bool openWrite(
const QString& name)
override;
35 bool openRead(
const QString& name)
override;
40 bool fileExists(
const QString& absPath)
const override;
44 const QScopedPointer<Private>
dd;
KoQuaZipStore(const QString &_filename, Mode _mode, const QByteArray &appIdentification, bool writeMimetype=true)
QStringList directoryList() const override
bool enterRelativeDirectory(const QString &dirName) override
bool openRead(const QString &name) override
bool fileExists(const QString &absPath) const override
void init(const QByteArray &appIdentification)
bool closeRead() override
bool doFinalize() override
~KoQuaZipStore() override
void setCompressionEnabled(bool enabled) override
bool closeWrite() override
qint64 write(const char *_data, qint64 _len) override
bool enterAbsoluteDirectory(const QString &path) override
const QScopedPointer< Private > dd
bool openWrite(const QString &name) override