ContainerEntry
public protocol ContainerEntry
A type that represents an entry from the container with its data and information.
-
Provides access to information about the entry.
Declaration
Swift
var info: Info -
Entry’s data (
nilif entry is a directory or data isn’t available).Declaration
Swift
var data: Data?
View on GitHub
ContainerEntry Protocol Reference