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

offsetInFile

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

Declaration 宣言

var offsetInFile: UInt64 { get }

Discussion 議論

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

See Also 参照

Deprecated 非推奨