package
Version:
v0.0.0-...-412a9f7
Opens a new window with list of versions in this module.
Published: Mar 27, 2017
License: BSD-3-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Reader provides sequential access to the contents of a tar archive.
NewReader creates a new Reader reading from r.
NextFile advances to the next file in the tar archive.
Writer provides sequential writing of a tar archive in POSIX.1 format.
NewWriteMultiCloser creates a new Writer writing to w that also closes all
closers in order on close.
NewWriter creates a new Writer writing to w.
Close closes the tar archive and all other closers, flushing any unwritten
data to the underlying writer.
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.