# Functions
NewReader returns a new ReadCloser that can be used to read the uncompressed version of r.
NewReaderDict is like NewReader but initializes the reader with a preset dictionary.
NewWriter returns a new Writer compressing data at the given level.
NewWriterDict is like NewWriter but initializes the new Writer with a preset dictionary.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
HuffmanOnly disables Lempel-Ziv match searching and only performs Huffman entropy encoding.
No description provided by the author
# Structs
A ReadError reports an error encountered while reading input.
A WriteError reports an error encountered while writing output.
A Writer takes data written to it and writes the compressed form of that data to an underlying writer (see NewWriter).
# Type aliases
A CorruptInputError reports the presence of corrupt input at a given offset.
An InternalError reports an error in the flate code itself.