Jump to letter: [
02349ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
zipper - C++ wrapper around minizip compression library
- Description:
Zipper's goal is to bring the power and simplicity of minizip to a more
object oriented/c++ user friendly library.
It was born out of the necessity of a compression library that would be
reliable, simple and flexible.
By flexibility I mean supporting all kinds of inputs and outputs,
but specifically been able to compress into memory instead of been
restricted to file compression only, and using data from memory instead
of just files as well.
Features:
- Create zip in memory
- Allow files, vector and generic streams as input to zip
- File mappings for replacing strategies
(overwrite if exists or use alternative name from mapping)
- Password protected zip
- Multi platform
Packages