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

seekToFileOffset:

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

Declaration 宣言

- (void)seekToFileOffset:(unsigned long long)offset;

Parameters パラメータ

offset

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

Discussion 議論

Raises NSFileHandleOperationException 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 非推奨