package
1.4.0-beta.2
Repository: https://github.com/crisesw/containerd.git
Documentation: pkg.go.dev

# Functions

CompressStream compresses the dest with specified compression algorithm.
DecompressStream decompresses the archive and returns a ReaderCloser with the decompressed archive.
DetectCompression detects the compression algorithm of the source.

# Constants

Gzip is gzip compression algorithm.
Uncompressed represents the uncompressed.

# Interfaces

DecompressReadCloser include the stream after decompress and the compress method detected.

# Type aliases

No description provided by the author