Structure
ZipEntry.ExternalAttributes.OperatingSystem
public struct OperatingSystem: RawRepresentable, Equatable
An operating system used to create the archive entry.
Relationships
Member Of
ZipEntry.ExternalAttributes
A platform-specific external attributes of the archive entry.
Conforms To
Equatable
RawRepresentable
Initializers
init(rawValue:)
public init(rawValue: UInt8)
Properties
rawValue
let rawValue: UInt8