Skip to content
Verified Commit 2bf3a5c9 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Implement CompressionStream

It's a QIODevice that can be placed on top of another
QIODevice. When opened in read-only mode, it will read
compressed data from the underlying device and output
decompressed data. When opened in write-only mode it
will take the data written into it and write them
compressed into the underlying device.
parent b57db19f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment