func seekToEnd () -> UInt64
Places the file pointer at the end of the file referenced by the file handle and returns the new file offset.
func seek(toOffset : UInt64)
Moves the file pointer to the specified offset within the file.
Availability 有効性
Technology
func offset() throws -> UInt64
The position of the file pointer within the file.
Throws an error if called on a file handle representing a pipe or socket, or if the file descriptor is closed.
func seekToEnd () -> UInt64
func seek(toOffset : UInt64)