# Functions
No description provided by the author
NewReader creates a new ReadCloser.
NewReaderDict is like NewReader but uses a preset dictionary.
# Variables
ErrChecksum is returned when reading ZLIB data that has an invalid checksum.
ErrDictionary is returned when reading ZLIB data that has an invalid dictionary.
ErrHeader is returned when reading ZLIB data that has an invalid header.
# Interfaces
Resetter resets a ReadCloser returned by NewReader or NewReaderDict to to switch to a new underlying Reader.