var fileHandleForWriting : FileHandle
The receiver's write file handle.
レシーバのもつ書き出しファイルハンドル。
Availability 有効性
Technology
var fileHandleForReading: FileHandle
{ get }
The descriptor represented by this object is deleted, and the object itself is automatically deallocated when the receiver is deallocated. このオブジェクトによって表されるディスクリプタは、レシーバがデアロケートされる時、削除されます、そしてオブジェクトそれ自身は自動的にデアロケートされます。
You use the returned file handle to read from the pipe using NSFile
's read methods—available
, read
, and read
.
あなたは、返されるファイルハンドルを使ってそのパイプから、NSFile
のもつ読み出しメソッド — available
、read
、そしてread
を使って読み出します。
You don’t need to send close
to this object or explicitly release the object after you have finished using it.
あなたは、close
をこのオブジェクトに送るまたは明示的にオブジェクトをあなたがそれの使用を終了する後に解放する必要はありません。
var fileHandleForWriting : FileHandle