fileHandleForReading
The receiver's read file handle.
レシーバのもつ読み出しファイルハンドル。
Availability 有効性
Technology
@property(readonly, retain) NSFileHandle
*fileHandleForWriting;
This object is automatically deallocated when the receiver is deallocated. このオブジェクトは、レシーバがデアロケートされる時に自動的にデアロケートされます。
You use the returned file handle to write to the pipe using NSFile
's write
method. When you are finished writing data to this object, send it a close
message to delete the descriptor. Deleting the descriptor causes the reading process to receive an end-of-data signal (an empty NSData
object).
あなたは、返されるファイルハンドルを使ってそのパイプへと、NSFile
のもつwrite
メソッドを使って書き出します。あなたがこのオブジェクトへのデータの書き込みを終了した場合、それにclose
メッセージを送ってディスクリプタを削除してください。ディスクリプタを削除することは、読み出しプロセスがデータ終端信号(空のNSData
オブジェクト)を受け取ることを引き起こします。
fileHandleForReading