static let NSFileHandleConnectionAccepted : NSNotification.Name
static let NSFileHandleDataAvailable : NSNotification.Name
static let NSFileHandleReadToEndOfFileCompletion : NSNotification.Name
Availability 有効性
Technology
class let readCompletionNotification: NSNotification
.Name
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 |
static let NSFileHandleConnectionAccepted : NSNotification.Name
static let NSFileHandleDataAvailable : NSNotification.Name
static let NSFileHandleReadToEndOfFileCompletion : NSNotification.Name