Structure
    ZipEntry.ExtraFieldFlags
public struct ExtraFieldFlags: OptionSetA 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 centralAccess extra fields from the archive's central directory.
        local
    
    let localAccess extra fields from the local file headers.