Table of Contents

Class TarGzBuilder

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

Builds a GZip-compressed TAR archive (.tar.gz).

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

Constructors

TarGzBuilder(Stream, bool)

Builds a GZip-compressed TAR archive (.tar.gz).

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