#include "Qt.h" [code]
#include "Deflate.h" [code]
#include "3rdParty/zlib/zlib.h"
Include dependency graph for Deflate.cpp:

Go to the source code of this file.
Functions | |
| ulong ZEXPORT | compressBound (ulong sourceLen) |
| "deflate"s the in the zlib format. | |
| QByteArray | Utils::Encodings::Deflate::compress (const QByteArray &rawData, int compressionLevel) |
| "inflate"s the zlib compressedData. | |
| QByteArray | Utils::Encodings::Deflate::unCompress (const QByteArray &compressedData) |
|
|
"deflate"s the in the zlib format.
Definition at line 34 of file Deflate.cpp. |