archive.tar

Functions and types that implement the TarPolicy used with the Archive template.

Members

Aliases

TarArchive
alias TarArchive = Archive!(TarPolicy)

Convenience alias that simplifies the interface for users

Classes

TarException
class TarException

Thrown when a tar file is not readable or contains errors.

TarPolicy
class TarPolicy

Policy class for reading and writing tar archives.

Enums

TarTypeFlag
enum TarTypeFlag

Enum class for types supported by tar files. Directory is given special treatment, all others have any content placed in the data field.

Structs

TarPermissions
struct TarPermissions

Helper struct for unix permissions

Meta

Authors

Richard W Laughlin Jr.