Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ashaduri/qtiocompressor-qt5
- Owner: ashaduri
- License: other
- Created: 2020-11-24T08:59:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T09:01:40.000Z (4 months ago)
- Last Synced: 2024-10-31T10:17:18.828Z (4 months ago)
- Topics: compress, compression, compressor, cplusplus, cpp, library, qt, qt-solutions, qt5
- Language: C++
- Homepage:
- Size: 85.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.