mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
11 lines
400 B
Plaintext
11 lines
400 B
Plaintext
The 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.
|
|
|
|
WWW: https://github.com/mateidavid/zstr
|