Structure
ZipArchive.OpenFlags
public struct OpenFlags: OptionSet
A set of flags to be used with ZipArchive.init
.
Relationships
Member Of
ZipArchive
An read-only archive.
Conforms To
OptionSet
Initializers
init(rawValue:)
public init(rawValue: Int32)
Properties
rawValue
let rawValue: Int32
checkConsistency
let checkConsistency
Perform additional stricter consistency checks on the archive, and error if they fail.