SwiftZip Documentation Beta

Structure Zip​Entry.​External​Attributes.​Operating​System

public struct OperatingSystem: RawRepresentable, Equatable

An operating system used to create the archive entry.

%3 ZipEntry.ExternalAttributes.OperatingSystem ZipEntry.ExternalAttributes.OperatingSystem RawRepresentable RawRepresentable ZipEntry.ExternalAttributes.OperatingSystem->RawRepresentable Equatable Equatable ZipEntry.ExternalAttributes.OperatingSystem->Equatable

Member Of

ZipEntry.ExternalAttributes

A platform-specific external attributes of the archive entry.

Conforms To

Equatable
RawRepresentable

Initializers

init(raw​Value:​)

public init(rawValue: UInt8)

Properties

raw​Value

let rawValue: UInt8