archive.targz

Type that implements the TarGz Filter used with the Archive template.

Members

Aliases

TarGzArchive
alias TarGzArchive = Archive!(TarPolicy, GzFilter)

Convenience alias that simplifies the interface for users

Classes

GzFilter
class GzFilter

Filter class which can be used by the Archive class to compress/decompress files into a .gz format.

Meta

Authors

Richard W Laughlin Jr.