Aspose.Zip
Contents
[
Hide
]The Zip namespace contains classes which represent ZIP archive and common archive related entities.
Classes
| Class | Description |
|---|---|
| Archive | This class represents a zip archive file. Use it to compose, extract, or update zip archives. |
| ArchiveEntry | Represents single file within archive. |
| ArchiveEntryEncrypted | Zip entry that needs to be compressed with encryption or decompressed with decryption. |
| ArchiveEntryPlain | Zip entry that needs to be compressed without encryption or decompressed without decryption. |
| ArchiveFactory | Detects the archive format and creates the appropriate IArchive object according to the type of archive. |
| ArchiveLoadOptions | Options with which archive is loaded from a compressed file. |
| CancelEntryEventArgs | Event arguments for cancelable entry related events. |
| ComHelper | Provides methods for COM clients to load archives into Aspose.Zip. |
| EntryEventArgs | Event arguments for entry related events. |
| License | Provides methods to license the component. |
| MeteredLicense | Provides methods to set metered key. |
| ProgressCancelEventArgs | Class for cancelable event data containing the number of bytes proceeded. |
| ProgressEventArgs | Class for event data containing the number of bytes proceeded. |
Interfaces
| Interface | Description |
|---|---|
| IArchive | This interface represents an archive. |
| IArchiveFileEntry | This interface represents an archive file entry. |