[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-07-25 21:21:24 +00: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 Initial RPM 2024-01-09 15:23:12 -07:00
zstr-zlib-ng.patch Use zlib-ng directly rather than via the compatibility interface 2024-09-23 11:26:18 -06:00
zstr.spec Use zlib-ng directly rather than via the compatibility interface 2024-09-23 11:26:18 -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.