archive.zip

Functions and Types that implement the Zip Policy used with the Archive template.

Members

Aliases

ZipArchive
alias ZipArchive = Archive!ZipPolicy

Convenience alias that simplifies the interface for users

Classes

ZipException
class ZipException

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

ZipPolicy
class ZipPolicy

Policy class for reading and writing zip archives.

Enums

CompressionMethod
enum CompressionMethod

Specifies the compression for a particular zip entry.

Meta

Authors

Refactored into Policy by Richard W Laughlin Jr. Original zip code by Walter Bright