func offset() -> UInt64
Gets the position of the file pointer within the file.
func seek(toOffset : UInt64)
Moves the file pointer to the specified offset within the file.
Availability 有効性
Technology
@discardableResult func seekToEnd() throws -> UInt64
The file offset with the file pointer at the end of the file. This is therefore equal to the size of the file. ファイル終端でのファイルポインタに関するファイルオフセット。これは、従ってファイルの大きさと等しいです。
Throws an error if called a file handle representing a pipe or socket, or if the file descriptor is closed.
func offset() -> UInt64
func seek(toOffset : UInt64)