Overview of DotZLib features
masterDotZLib is a .NET wrapper class library for ZLib1.dll. It provides the following capabilities:
- Inflating and deflating memory buffers.
- .NET streaming wrappers for
gzstreams (zlib). - Wrappers for zlib checksum functions.
For implementation examples, refer to DotZLib/UnitTests.cs.