Aspose.Zip Namespace

The Aspose.Zip namespace contains classes which represent archive related entities.
Classes
  ClassDescription
Public classArchive
This class represents zip archive file. Use it to compose, extract, or update zip archives.
Public classArchiveEntry
Represents single file within archive.
Public classArchiveEntryEncrypted
Zip entry that needs to be compressed with encryption or decompressed with decryption.
Public classArchiveEntryPlain
Zip entry that needs to be compressed without encryption or decompressed without decryption.
Public classArchiveLoadOptions
Options with which archive is loaded from compressed file.
Public classCancelEntryEventArgs
Event arguments for cancelable entry related events.
Public classComHelper
Provides methods for COM clients to load archives into Aspose.Zip.
Public classEntryEventArgs
Event arguments for entry related events.
Public classCode exampleLicense
Provides methods to license the component.
Public classProgressEventArgs
Class for event data containing the number of bytes proceeded.