MythTV
master
|
Go to the source code of this file.
Functions | |
MBASE_PUBLIC bool | extractZIP (QString zipFile, const QString &outDir) |
MBASE_PUBLIC bool | gzipFile (const QString &inFilename, const QString &zipFilename) |
MBASE_PUBLIC bool | gunzipFile (const QString &zipFilename, const QString &outFilename) |
MBASE_PUBLIC QByteArray | gzipCompress (const QByteArray &data) |
MBASE_PUBLIC QByteArray | gzipUncompress (const QByteArray &data) |
MBASE_PUBLIC bool extractZIP | ( | QString | zipFile, |
const QString & | outDir | ||
) |
Definition at line 17 of file unziputil.cpp.
Referenced by ThemeUpdateTask::LoadVersion(), ThemeChooser::LoadVersion(), HttpConfig::ProcessRequest(), and ThemeExtractThread::run().
MBASE_PUBLIC bool gzipFile | ( | const QString & | inFilename, |
const QString & | zipFilename | ||
) |
Definition at line 23 of file unziputil.cpp.
MBASE_PUBLIC bool gunzipFile | ( | const QString & | zipFilename, |
const QString & | outFilename | ||
) |
Definition at line 58 of file unziputil.cpp.
MBASE_PUBLIC QByteArray gzipCompress | ( | const QByteArray & | data | ) |
Definition at line 93 of file unziputil.cpp.
Referenced by MythHTTPEncoding::Compress(), gzipFile(), and HTTPRequest::SendResponse().
MBASE_PUBLIC QByteArray gzipUncompress | ( | const QByteArray & | data | ) |
Definition at line 150 of file unziputil.cpp.
Referenced by gunzipFile(), and MusicMetadata::updateStreamList().