Table of Contents

Class TarBz2Builder

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

Builds a BZip2-compressed TAR archive (.tar.bz2).

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

Constructors

TarBz2Builder(Stream, bool)

Builds a BZip2-compressed TAR archive (.tar.bz2).

public TarBz2Builder(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.