Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashaduri/qtiocompressor-qt5

Qt Solutions QtIOCompressor updated for Qt5.
https://github.com/ashaduri/qtiocompressor-qt5

compress compression compressor cplusplus cpp library qt qt-solutions qt5

Last synced: 4 months ago
JSON representation

Qt Solutions QtIOCompressor updated for Qt5.

Awesome Lists containing this project

README

        

# qtiocompressor-qt5
Qt Solutions QtIOCompressor updated for Qt5.

QtIOCompressor is a QIODevice that compresses data streams.

The class works on top of a QIODevice subclass, compressing data
before it is written and decompressing it when it is read.

Since QtIOCompressor works on streams, it does not have to see the
entire data set before compressing or decompressing it. This can
reduce the memory requirements when working on large data sets.

This is a fork of the original Qt Solutions QtIOCompressor 2.3_1-opensource.