SwiftZip Documentation Beta

Structure Zip​Archive.​FDOpen​Flags

public struct FDOpenFlags: OptionSet

A set of flags to be used with ZipArchive.init(fd:flags:).

%3 ZipArchive.FDOpenFlags ZipArchive.FDOpenFlags OptionSet OptionSet ZipArchive.FDOpenFlags->OptionSet

Member Of

ZipArchive

An read-only archive.

Conforms To

OptionSet

Initializers

init(raw​Value:​)

public init(rawValue: Int32)

Properties

raw​Value

let rawValue: Int32

check​Consistency

let checkConsistency

Perform additional stricter consistency checks on the archive, and error if they fail.