start
Indicates that the offset should be set to the specified value.
Declaration
static var start: FileDescriptor.SeekOrigin { get }Mentioned in
Discussion
The corresponding C constant is SEEK_SET.
Indicates that the offset should be set to the specified value.
static var start: FileDescriptor.SeekOrigin { get }The corresponding C constant is SEEK_SET.