ZlibStream for .NET - free zlib compression library
ZlibStream for .NET is a 100% managed version of Zlib (or JZlib) compression library which implements deflate and zlib compression algorithms. Features:
- C# source code
- 100% managed, without unsafe blocks
- Free for use in commercial software with closed source code
- BSD-style license
The Zlib Stream for .NET is build on top of JCraft's Java JZlib library. JZlib is a re-implementation of zlib in pure Java.
Download JZlib for .NET