NSFileHandleConnectionAcceptedNotification
NSFileHandleDataAvailableNotification
NSFileHandleReadToEndOfFileCompletionNotification
Availability 有効性
Technology
const NSNotificationName
NSFileHandleReadCompletionNotification;
It makes the data available to observers by putting it in the user
dictionary. To cause the posting of this notification, you must send either read
or read
to an appropriate NSFile
object.
それはデータを、それをuser
辞書の中に置くことによってオブザーバに利用可能にします。この通知を投函することを引き起こすには、あなたはread
またはread
のどちらかを適切なNSFile
オブジェクトに送らなければなりません。
The notification object is the NSFile
object that sent the notification. The user
dictionary contains the following information:
通知オブジェクトは、通知を送ったNSFile
オブジェクトです。user
辞書は、以下の情報を含みます:
Key |
Value 値 |
---|---|
|
An |
|
An |
NSFileHandleConnectionAcceptedNotification
NSFileHandleDataAvailableNotification
NSFileHandleReadToEndOfFileCompletionNotification