Structure
ZipWhence
public struct ZipWhence: RawRepresentable, Equatable
A reference point specifier for stream seek
methods.
Relationships
Conforms To
Equatable
RawRepresentable
Initializers
init(rawValue:)
public init(rawValue: Int32)
Properties
rawValue
let rawValue: Int32
origin
let origin
The reference point is the beginning of the file.
currentPosition
let currentPosition
The reference point is the current value of the file-position indicator.
end
let end
The reference point is end of the file.