# 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.