Table of Contents

Namespace ZeroInstall.Archives

Extracting and building archives (.zip, .tar, etc.).

Note

NuGet package: ZeroInstall.Archives

ZeroInstall.Archives

Extracting and building archives (.zip, .tar, etc.) for Zero Install.

Zero Install is a decentralized cross-platform software installation system. This package is part of the .NET implementation of Zero Install.

The ZeroInstall.Archives.Extractors namespace provides extractors for the archive formats supported by Zero Install. Use ArchiveExtractor.For() to get an extractor for a specific MIME type.

The ZeroInstall.Archives.Builders namespace provides the inverse: builders that create archives from directories, for use when publishing new implementations.

API

Namespaces

ZeroInstall.Archives.Builders

Building archives (.zip, .tar, etc.).

ZeroInstall.Archives.Extractors

Extracting archives (.zip, .tar, etc.).

Classes

BuilderExtensions

Helpers for adding Archives to IBuilders.