# Functions
FilesFromDisk returns files archive from the filesystem.
FileToDiskHandler is a handler that allows to write files to filesystem.
NewTarReader returns a new TarReader.
NewTarWriter returns a new TarWriter.
# Constants
Tar archive constants.
All supported types.
All supported types.
All supported types.
All supported types.
# Structs
A File represents the file to archive or to extract.
A FilesFromDiskOptions holds options in order to find files to archive.
A TarReader allows to read a Tar archive.
A TarWriter allows to create a Tar archive.
# Type aliases
A FileHandler is called when an archive is read.
A Format is the ext name of a archive.
A Type defines a datatype archived.