Container
public protocol Container
A type that represents a container of files, directories and/or other data.
-
Retrieve all the entries from the container.
Declaration
Swift
static func open(container: Data) throws -> [ContainerEntry]
View on GitHub
Container Protocol Reference