Reference

DotNetZip

Ionic Zip Library v1.9.1.6 Reference
Reference
DotNetZip is a small, easy-to-use class library for manipulating .zip files. It can enable .NET applications written in VB.NET, C#, any .NET language, to easily create, read, and update zip files. DotNetZip is donationware: http://cheeso.members.winisp.net/DotNetZipDonate.aspx
Namespaces
Namespace Description
Ionic
The Ionic namespace includes supporting classes used in the DotNetZip library.

Ionic.BZip2
The Ionic.BZip2 namespace includes classes for doing BZip2 compression and decompression, according to the BZip2 specification provided by Julian Seward.

Ionic.Crc
The Ionic.Crc namespace includes a classes that calculate 32-bit Cyclic Redundancy Checks (CRC32) for data.

Ionic.Zip

Classes in the Ionic.Zip namespace allow applications to read and write zip files according to the format described by PKWARE

DotNetZip is donationware. Please donate.


Ionic.Zlib
Ionic.Zlib namespace includes classes for doing ZLIB, DEFLATE, and GZIP compression and decompression, according to RFC 1950, RFC 1951, and RFC 1952. It includes stream classes that can directly replace the DeflateStream and GZipStream classes that are included in the Base Class Library of the .NET Framework.