SwiftZip Documentation Beta

Structure Zip​Stat.​Compression​Flags

public struct CompressionFlags: RawRepresentable, Equatable

A compression preference for deflate.

%3 ZipStat.CompressionFlags ZipStat.CompressionFlags RawRepresentable RawRepresentable ZipStat.CompressionFlags->RawRepresentable Equatable Equatable ZipStat.CompressionFlags->Equatable

Member Of

ZipStat

Properties of the archive etry.

Conforms To

Equatable
RawRepresentable

Initializers

init(raw​Value:​)

public init(rawValue: UInt32)

Properties

raw​Value

let rawValue: UInt32

`default`

let `default`

fastest

let fastest

best

let best