current
Indicates that the offset should be set to the specified number of bytes after the current location.
Declaration
static var current: FileDescriptor.SeekOrigin { get }Mentioned in
Discussion
The corresponding C constant is SEEK_CUR.
Indicates that the offset should be set to the specified number of bytes after the current location.
static var current: FileDescriptor.SeekOrigin { get }The corresponding C constant is SEEK_CUR.