Structure
ZipStat.ValidFields
public struct ValidFields: OptionSet
A set of valid property values in the ZipEntry.Stat
struct.
Relationships
Member Of
ZipStat
Properties of the archive etry.
Conforms To
OptionSet
Initializers
init(rawValue:)
public init(rawValue: UInt64)
Properties
rawValue
let rawValue: UInt64
name
let name
index
let index
size
let size
compressedSize
let compressedSize
modificationDate
let modificationDate
crc32
let crc32
compressionMethod
let compressionMethod
encryptionMethod
let encryptionMethod
flags
let flags