Containers
-
Represents an entry in 7-Zip container.
See moreDeclaration
Swift
public class SevenZipEntry: ContainerEntry
-
Provides information about 7-Zip entry.
See moreDeclaration
Swift
public struct SevenZipEntryInfo
-
Represents either a file or directory entry in TAR container.
See moreDeclaration
Swift
public class TarEntry: ContainerEntry
-
Represents either a file or directory entry in ZIP container.
See moreDeclaration
Swift
public class ZipEntry: ContainerEntry
View on GitHub
Containers Reference