Instance Property インスタンスプロパティ

offsetInFile

The position of the file pointer within the file represented by the file handle.

Declaration 宣言

@property(readonly) unsigned long long offsetInFile;

Discussion 議論

Raises NSFileHandleOperationException if called on a file handle representing a pipe or socket, or if the file descriptor is closed.

See Also 参照

Deprecated 非推奨