package
Version:
v1.5.0
Opens a new window with list of versions in this module.
Published: Jul 5, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Brotli is brotli typed (http encoding type "br") Decompressor.
NewBrotli creates new brotli typed (http encoding type "br") Decompressor.
Decompress decompressing bytes from src to dst with brotli decompress algo until error occurs or end of src.
Decompressor is the interface that wraps the Decompress method.
Gzip is gzip typed (http encoding type "gzip") Decompressor.
NewGzip creates new gzip typed (http encoding type "gzip") Decompressor.
Decompress decompressing bytes from src to dst with gzip decompress algo until error occurs or end of src.
Zlib is zlib typed (http encoding type "deflate") Decompressor.
NewZlib creates new zlib typed (http encoding type "deflate") Decompressor.
Decompress decompressing bytes from src to dst with zlib decompress algo until error occurs or end of src.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.