Containers
-
Represents an entry from the 7-Zip container.
See moreDeclaration
Swift
public struct SevenZipEntry: ContainerEntry
-
Provides access to information about an entry from the 7-Zip container.
See moreDeclaration
Swift
public struct SevenZipEntryInfo: ContainerEntryInfo
-
Represents an entry from the TAR container.
See moreDeclaration
Swift
public struct TarEntry: ContainerEntry
-
Provides access to information about an entry from the TAR container.
See moreDeclaration
Swift
public struct TarEntryInfo: ContainerEntryInfo
-
Represents an entry from the ZIP container.
See moreDeclaration
Swift
public struct ZipEntry: ContainerEntry
-
Provides access to information about an entry from the ZIP container.
See moreDeclaration
Swift
public struct ZipEntryInfo: ContainerEntryInfo
View on GitHub
Containers Reference