Structure
ZipEntry.OpenFlags
public struct OpenFlags: OptionSet
A set of flags to be used with ZipEntry.open.
Relationships
Member Of
ZipEntryA read-only accessor for an entry in the archive.
Conforms To
OptionSet
Initializers
init(rawValue:)
public init(rawValue: UInt32)
Properties
rawValue
let rawValue: UInt32
compressed
let compressed
Read the compressed data. Otherwise the data is uncompressed by ZipEntryReader.read.