end
Indicates that the offset should be set to the size of the file plus the specified number of bytes.
Declaration
static var end: FileDescriptor.SeekOrigin { get }Mentioned in
Discussion
The corresponding C constant is SEEK_END.
Indicates that the offset should be set to the size of the file plus the specified number of bytes.
static var end: FileDescriptor.SeekOrigin { get }The corresponding C constant is SEEK_END.