Contents

seek(toOffset:)

Moves the file pointer to the specified offset within the file.

Declaration

func seek(toOffset offset: UInt64) throws

Parameters

  • offset:

    The offset to seek to.

Discussion

See Also

Seeking Within a File