Protocols
-
A type that represents an archive.
See moreDeclaration
Swift
public protocol Archive
-
A type that represents a container with files, directories and/or other data.
See moreDeclaration
Swift
public protocol Container
-
A type that represents an entry from the container with its data and information.
See moreDeclaration
Swift
public protocol ContainerEntry
-
A type that provides access to information about an entry from the container.
See moreDeclaration
Swift
public protocol ContainerEntryInfo
-
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