aspose.zip

Contains classes which represent zip archive and common archive related entities.

Classes

ClassDescription
ArchiveFactoryDetects the archive format and creates the appropriate IArchive object according to the type of archive.
IArchiveThis interface represents an archive.
IArchiveFileEntryThis interface represents an archive file entry.
ComHelperProvides methods for COM clients to load archives into Aspose.Zip.
LicenseProvides methods to license the component.
MeteredLicenseProvides methods to set metered key.
ArchiveThis class represents zip archive file. Use it to compose, extract, or update zip archives.
ArchiveEntryRepresents single file within archive.
ArchiveEntryEncryptedZip entry that needs to be compressed with encryption or decompressed with decryption.
ArchiveEntryPlainZip entry that needs to be compressed without encryption or decompressed without decryption.
ArchiveLoadOptionsOptions with which archive is loaded from compressed file.

Enumerations

EnumerationDescription