SwiftZip Documentation Beta

Structure Zip​Entry.​Open​Flags

public struct OpenFlags: OptionSet

A set of flags to be used with ZipEntry.open.

%3 ZipEntry.OpenFlags ZipEntry.OpenFlags OptionSet OptionSet ZipEntry.OpenFlags->OptionSet

Member Of

ZipEntry

A read-only accessor for an entry in the archive.

Conforms To

OptionSet

Initializers

init(raw​Value:​)

public init(rawValue: UInt32)

Properties

raw​Value

let rawValue: UInt32

compressed

let compressed

Read the compressed data. Otherwise the data is uncompressed by ZipEntryReader.read.