Structure
ZipMutableArchive.MutableOpenFlags
public struct MutableOpenFlags: OptionSet
A set of flags to be used with ZipMutableArchive.init
.
Relationships
Member Of
ZipMutableArchive
An mutable 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.
create
let create
Create the archive if it does not exist.
exclusive
let exclusive
Error if archive already exists.
truncate
let truncate
If archive exists, ignore its current contents. In other words, handle it the same way as an empty archive.