package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Nov 14, 2021
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package zip provides a reader that propagate calls to Close.
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.
b is the input slice of compressed bytes.
ReadFile returns a Reader for reading bytes from a zip-compressed file.
NewReader returns a new Reader reading from r, which is assumed to have the given size in bytes.
Close closes the Zip file, rendering it unusable for I/O.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.