Discover Packages
github.com/bgallie/filters/zlib
package
module
Version:
v0.0.0-...-de32942
Opens a new window with list of versions in this module.
Published: Feb 15, 2025
License: BSD-3-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package zlib defines filters to compress/uncompress data using zlib.
These filters can be connected to other filters via io.Pipes.
FromZlib reads data compressed using zlib from r and decompresses it.
The decompressed data can be read from the returned PipeReader.
Tozlib reads data from r and compresses it using zlib with the best
compression method available to it. The compressed data can be read using
the returned PipeReader.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.