Discover Packages
github.com/bgallie/filters/flate
package
module
Version:
v0.0.0-...-167f29a
Opens a new window with list of versions in this module.
Published: Jul 4, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package flate defines filters to compress/uncompress data using flate.
These filters can be connected to other filters via io.Pipes.
FromFlate reads data compressed using flate from r and decompresses it.
The decompressed data can be read from the returned PipeReader.
ToFlate reads data from r and compresses it using flate 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.