# Functions

NewReader returns a new Reader reading from r, which is assumed to have the given size in bytes.
OpenReader will open the Zip file specified by name and return a ReadCloser.
ReadBytes returns a reader for reading zip-compressed bytes from an input slice.
ReadFile returns a Reader for reading bytes from a zip-compressed file.

# Structs

No description provided by the author