-
Declaration
Swift
public enum EntryType : Int
-
The
path
of the receiver within a ZIPArchive
.Declaration
Swift
public var path: String { get }
-
The file attributes of the receiver as key/value pairs.
Contains the modification date and file permissions.
Declaration
Swift
public var fileAttributes: [FileAttributeKey : Any] { get }
-
The size of the receiver’s compressed data.
Declaration
Swift
public var compressedSize: Int { get }
-
The size of the receiver’s uncompressed data.
Declaration
Swift
public var uncompressedSize: Int { get }
-
Declaration
Swift
public static func == (lhs: Entry, rhs: Entry) -> Bool