package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.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
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.

# Type aliases

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