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

fileDescriptor

The POSIX file descriptor associated with the receiver. レシーバと結び付けられたPOSIXファイル記述子。

Declaration 宣言

var fileDescriptor: Int32 { get }

Discussion 議論

You can use this method to retrieve the file descriptor while it is open. If the file handle object owns the file descriptor, you must not close it yourself. However, you can use the closeFile() method to close the file descriptor programmatically. If you do call the closeFile() method, subsequent calls to this method raise an exception. あなたはこのメソッドを使ってファイル記述子を、それが開かれている間に、取ってくることができます。ファイルハンドルオブジェクトがファイル記述子を所有するならば、あなたはそれをあなた自身で閉じる必要があります。しかしながら、あなたはcloseFile()メソッドを使ってファイル記述子をプログラムに基づいて閉じることができます。あなたがcloseFile()メソッド呼び出しを行うならば、このメソッドに対する続いて起こる呼び出しは例外を引き起こします。

See Also 参照

Related Documentation 関連文書