# Functions
CompressStream compresseses 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.
# Interfaces
DecompressReadCloser include the stream after decompress and the compress method detected.
# Type aliases
No description provided by the author