package
0.0.0-20241115082555-91616abce05b
Repository: https://github.com/tencentcodedog/linux-go-1.12.6.git
Documentation: pkg.go.dev

# 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).

# Interfaces

The actual read interface needed by NewReader.
Resetter resets a ReadCloser returned by NewReader or NewReaderDict to switch to a new underlying Reader.

# Type aliases

A CorruptInputError reports the presence of corrupt input at a given offset.
An InternalError reports an error in the flate code itself.