[This](https://github.com/mateidavid/zstr) C++ header-only library enables the use of C++ standard iostreams to access ZLib-compressed streams. For input access (decompression), the compression format is auto-detected, and multiple concatenated compressed streams are decompressed seamlessly. For output access (compression), the only parameter exposed by this API is the compression level.
Find a file
2025-10-20 12:06:47 -06:00
.gitignore Initial RPM 2024-01-09 15:23:12 -07:00
README.md Added the README 2024-01-09 22:21:11 +00:00
sources Version 1.1.0 2025-10-20 12:06:47 -06:00
zstr-zlib-ng.patch Version 1.1.0 2025-10-20 12:06:47 -06:00
zstr.spec Version 1.1.0 2025-10-20 12:06:47 -06:00

zstr

This C++ header-only library enables the use of C++ standard iostreams to access ZLib-compressed streams.

For input access (decompression), the compression format is auto-detected, and multiple concatenated compressed streams are decompressed seamlessly.

For output access (compression), the only parameter exposed by this API is the compression level.