1. API Reference
  2. /
  3. GroupDocs.Metadata
  4. /
  5. GroupDocs.Metadata for .NET
  6. /
  7. GroupDocs.Metadata.Formats.Archive

GroupDocs.Metadata.Formats.Archive

On this page

The namespace contains classes for working with archive formats.

Classes

Class Description
AarFile Represents metadata associated with an archived file or directory.
AarPackage Represents AAR archive metadata.
AarRootPackage Represents the root package allowing working with metadata in a AAR archive.
Bz2Package Represents BZ2 archive metadata.
Bz2RootPackage Represents the root package allowing working with metadata in a BZ2 archive.
GzipPackage Represents GZIP archive metadata.
GzipRootPackage Represents the root package allowing working with metadata in a GZIP archive.
RarFile Represents metadata associated with an archived file or directory.
RarPackage Represents ZIP archive metadata.
RarRootPackage Represents the root package allowing working with metadata in a ZIP archive.
SevenZipFile Represents metadata associated with an archived file or directory.
SevenZipPackage Represents ZIP archive metadata.
SevenZipRootPackage Represents the root package allowing working with metadata in a ZIP archive.
TarFile Represents metadata associated with an archived file or directory.
TarPackage Represents ZIP archive metadata.
TarRootPackage Represents the root package allowing working with metadata in a ZIP archive.
XzPackage Represents XZ archive metadata.
XzRootPackage Represents the root package allowing working with metadata in a XZ archive.
ZipFile Represents metadata associated with an archived file or directory.
ZipPackage Represents ZIP archive metadata.
ZipRootPackage Represents the root package allowing working with metadata in a ZIP archive.
ZstdPackage Represents ZSTD archive metadata.
ZstdRootPackage Represents the root package allowing working with metadata in a ZSTD archive.

Enumeration

Enumeration Description
ZipCompressionMethod Defines ZIP compression methods.

On this page