# Functions

NewReader creates a new Reader reading the given reader.
NewWriter returns a new Writer.
NewWriterLevel is like NewWriter but specifies the compression level instead of assuming DefaultCompression.
ReadBytes returns a reader for reading zlib-compressed bytes from an input slice.
ReadFile returns a reader for reading bytes from a gzip-compressed file.
WriteFile returns a Writer for writing to a local file.

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author