SwiftZip Documentation Beta

Structure Zip​Archive.​Open​Flags

public struct OpenFlags: OptionSet

A set of flags to be used with ZipArchive.init.

%3 ZipArchive.OpenFlags ZipArchive.OpenFlags OptionSet OptionSet ZipArchive.OpenFlags->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.