package
Version:
v0.0.0-...-2d2ca90
Opens a new window with list of versions in this module.
Published: May 29, 2022
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
List reads and lists entries read from a reader.
ListFile list regular files in a .tar.gz file.
Synthesize generates a tar.gz file for testing.
SynthesizeTarball generates a tarball file.
Reader includes a tar reader and its underlying readers.
NewReader wraps an io.Reader into a Reader.
OpenFile returns a Reader
Close calls gzip.Reader.Close() and os.File.Close if the underlying storage
is a file.
Writer defines a writer to a .tar.gz file.
CreateFile creates a writer.
NewWriter wraps an io.Writer into a Writer
Close calls the tar.Writer.Close(), gzip.Writer.Close(), and if the
underlying storage is a file, os.File.Close().
Source Files
¶
Click to show internal directories.
Click to hide internal directories.