SwiftZip Documentation Beta

Structure Zip​Entry.​Extra​Field​Flags

public struct ExtraFieldFlags: OptionSet

A lookup flag for extra fields of the archive entry.

%3 ZipEntry.ExtraFieldFlags ZipEntry.ExtraFieldFlags OptionSet OptionSet ZipEntry.ExtraFieldFlags->OptionSet

Member Of

ZipEntry

A read-only accessor for an entry in the archive.

Conforms To

OptionSet

Initializers

init(raw​Value:​)

public init(rawValue: UInt32)

Properties

raw​Value

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.