Protocols
The following protocols are available globally.
-
A type that represents an archive.
See moreDeclaration
Swift
public protocol Archive -
A type that provides an implementation of a particular decompression algorithm.
See moreDeclaration
Swift
public protocol DecompressionAlgorithm -
A type that represents a container of files, directories and/or other data.
See moreDeclaration
Swift
public protocol Container -
A type that represents an entry from a container (file or directory) with attributes.
See moreDeclaration
Swift
public protocol ContainerEntry
View on GitHub
Protocols Reference