Overview of DotZLib .NET Wrapper
masterDotZLib is a .NET wrapper class library for ZLib1.dll. It provides managed support for several ZLib functionalities:
- Memory Buffers: Inflating and deflating memory buffers.
- Streaming: .NET streaming wrappers for the
gzstreams part of zlib. - Checksums: Wrappers for the checksum components of zlib.
For implementation examples, refer to DotZLib/UnitTests.cs.