seek(toOffset:)
Moves the file pointer to the specified offset within the file.
Declaration
func seek(toOffset offset: UInt64) throwsParameters
- offset:
The offset to seek to.
Moves the file pointer to the specified offset within the file.
func seek(toOffset offset: UInt64) throwsThe offset to seek to.