Protocols
-
A type that represents an archive.
See moreDeclaration
Swift
public protocol Archive -
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 -
A type that provides an implementation of a particular compression algorithm.
See moreDeclaration
Swift
public protocol CompressionAlgorithm -
A type that provides an implementation of a particular decompression algorithm.
See moreDeclaration
Swift
public protocol DecompressionAlgorithm
View on GitHub
Protocols Reference