Structure
ZipArchive.Version
public struct Version: RawRepresentable, Equatable
A version of the archive.
Relationships
Member Of
ZipArchive
An read-only archive.
Conforms To
Equatable
RawRepresentable
Initializers
init(rawValue:)
public init(rawValue: UInt32)
Properties
rawValue
let rawValue: UInt32
current
let current
Read the current data from the zip archive.
unchanged
let unchanged
Read the original data from the zip archive, ignoring any changes made to the file.