We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f950d22 + 7564c7a commit fbb90cbCopy full SHA for fbb90cb
README.md
@@ -92,6 +92,9 @@ This format is commonly used in a streaming context:
92
* PHP: `gzcompress()` and `gzuncompress()`
93
* [HTTP compression](https://en.wikipedia.org/wiki/HTTP_compression) with `Content-Encoding: deflate` header
94
* Java: `DeflaterOutputStream`
95
+* Qt's [`qCompress()`](http://doc.qt.io/qt-4.8/qbytearray.html#qCompress)
96
+ and [`qUncompress()`](http://doc.qt.io/qt-4.8/qbytearray.html#qUncompress)
97
+ uses the ZLIB format prefixed with the uncompressed length (as `UINT32BE`).
98
99
Technically, this format uses [raw DEFLATE compression](#raw-deflate-format) wrapped in a ZLIB header and footer:
100
0 commit comments