Class TarZstandardBuilder
- Namespace
- ZeroInstall.Archives.Builders
- Assembly
- ZeroInstall.Archives.dll
Builds a Zstandard-compressed TAR archive (tar.zst).
[MustDisposeResource]
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
StreamThe stream to write the archive to. Will be disposed when the builder is disposed.
fast
boolThe 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()