Instance Method インスタンスメソッド

seek(toFileOffset:)

Moves the file pointer to the specified offset within the file represented by the receiver. ファイルポインタをレシーバによって表されるファイル内部の指定されたオフセットに移動します。

Declaration 宣言

func seek(toFileOffset offset: UInt64)

Parameters パラメータ

offset

The offset to seek to. このオフセットへとシークすることになります。

Discussion 議論

Raises fileHandleOperationException if called on a file handle representing a pipe or socket, if the file descriptor is closed, or if any other error occurs.

See Also 参照

Deprecated 非推奨