Deflate.cpp File Reference

#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)


Function Documentation

ulong ZEXPORT compressBound ulong  sourceLen  ) 
 

"deflate"s the in the zlib format.

Todo:
Bind the latest version of zlib, Qt is not exporting compressBound().

Definition at line 34 of file Deflate.cpp.