package
Version:
v0.0.0-...-e738000
Opens a new window with list of versions in this module.
Published: Sep 26, 2017
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package gzip implements reading and writing of gzip format compressed files.
See the compress/gzip package for more details.
Reader is an io.Reader that can be read to retrieve uncompressed data from a
gzip-format compressed file.
NewReader creates a new Reader reading the given reader.
NextFile returns the file name. Calls subsequent to the first call will
return EOF.
Writer is an io.WriteCloser. Writes to a Writer are compressed and written to w.
NewWriter returns a new Writer. Writes to the returned writer are compressed
and written to w.
NextFile never returns a next file, and should not be called more than once.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.