Structure
ZipStat.CompressionFlags
public struct CompressionFlags: RawRepresentable, Equatable
A compression preference for deflate.
Relationships
Member Of
ZipStat
Properties of the archive etry.
Conforms To
Equatable
RawRepresentable
Initializers
init(rawValue:)
public init(rawValue: UInt32)
Properties
rawValue
let rawValue: UInt32
`default`
let `default`
fastest
let fastest
best
let best