SwiftZip Documentation Beta

Structure Zip​Archive.​Version

public struct Version: RawRepresentable, Equatable

A version of the archive.

%3 ZipArchive.Version ZipArchive.Version RawRepresentable RawRepresentable ZipArchive.Version->RawRepresentable Equatable Equatable ZipArchive.Version->Equatable

Member Of

ZipArchive

An read-only archive.

Conforms To

Equatable
RawRepresentable

Initializers

init(raw​Value:​)

public init(rawValue: UInt32)

Properties

raw​Value

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.