package
Version:
v0.0.0-...-55e1de5
Opens a new window with list of versions in this module.
Published: Apr 21, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
Reader provides sequential access to the contents of a zip archive.
NewReader returns a new Reader reading from r, which is assumed to have the
given size in bytes.
Files returns the full list of files in the zip archive.
NextFile advances to the next file in the zip archive.
Writer provides sequential writing of a zip archive.1 format.
NewWriter returns a new Writer writing to w.
NextFile computes and writes a header and prepares to accept the file's
contents.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.