Structure
ZipEntry.ExtraFieldFlags
public struct ExtraFieldFlags: OptionSet
A lookup flag for extra fields of the archive entry.
Relationships
Member Of
ZipEntry
A read-only accessor for an entry in the archive.
Conforms To
OptionSet
Initializers
init(rawValue:)
public init(rawValue: UInt32)
Properties
rawValue
let rawValue: UInt32
central
let central
Access extra fields from the archive's central directory.
local
let local
Access extra fields from the local file headers.