[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
2024-07-17 16:22:03 -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 Initial RPM 2024-01-09 15:23:12 -07:00
zstr.spec Add VCS field 2024-07-17 16:22:03 -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.