Table of Contents

Class TarZstandardBuilder

Namespace
ZeroInstall.Archives.Builders
Assembly
ZeroInstall.Archives.dll

Builds a Zstandard-compressed TAR archive (tar.zst).

public class TarZstandardBuilder : TarBuilder, IArchiveBuilder, IForwardOnlyBuilder, IDisposable
Inheritance
TarZstandardBuilder
Implements
Inherited Members

Constructors

TarZstandardBuilder(Stream, bool)

Builds a Zstandard-compressed TAR archive (tar.zst).

public TarZstandardBuilder(Stream stream, bool fast = false)

Parameters

stream Stream

The stream to write the archive to. Will be disposed when the builder is disposed.

fast bool

The compression operation should complete as quickly as possible, even if the resulting file is not optimally compressed.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public override void Dispose()