Represents a ZIP archive and provides methods to work with it.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.4086.0

Syntax

C#
public class ZipArchive : IDisposable
Visual Basic (Declaration)
Public Class ZipArchive _
	Implements IDisposable
Visual C++
public ref class ZipArchive : IDisposable

Inheritance Hierarchy

System..::.Object
  Rebex.IO.Compression..::.ZipArchive

See Also