package
5.34.0
Repository: https://github.com/containers/image.git
Documentation: pkg.go.dev

# Constants

Bzip2AlgorithmName is the name used by pkg/compression.Bzip2.
GzipAlgorithmName is the name used by pkg/compression.Gzip.
XzAlgorithmName is the name used by pkg/compression.Xz.
ZstdAlgorithmName is the name used by pkg/compression.Zstd.
ZstdChunkedAlgorithmName is the name used by pkg/compression.ZstdChunked.

# Type aliases

Algorithm is a compression algorithm provided and supported by pkg/compression.
DecompressorFunc returns the decompressed stream, given a compressed stream.