Deflate.h File Reference

Include dependency graph for Deflate.h:

Go to the source code of this file.

Namespaces

namespace  Utils
namespace  Utils::Encodings
namespace  Utils::Encodings::Deflate

Functions

QByteArray Utils::Encodings::Deflate::compress (const QByteArray &rawData, int compressionLevel)
 "inflate"s the zlib compressedData.
QByteArray Utils::Encodings::Deflate::unCompress (const QByteArray &compressedData)