Type Property 型プロパティ

NSFileHandleDataAvailable

Posted when the file handle determines that data is currently available for reading in a file or at a communications channel.

Declaration 宣言

static let NSFileHandleDataAvailable: NSNotification.Name

Discussion 議論

The observers can then issue the appropriate messages to begin reading the data. To cause the posting of this notification, you must send either waitForDataInBackgroundAndNotify() or waitForDataInBackgroundAndNotify(forModes:) to an appropriate NSFileHandle object. オブザーバは、そのとき適切なメッセージを発行してデータの読み出しを開始できます。この通知の投函をもたらすには、あなたはwaitForDataInBackgroundAndNotify()またはwaitForDataInBackgroundAndNotify(forModes:)のどちらかを適切なNSFileHandleオブジェクトに送らなければなりません。

The notification object is the NSFileHandle object that sent the notification. 通知オブジェクトは、通知を送ったNSFileHandleオブジェクトです。 This notification doesn’t contain a userInfo dictionary.

See Also 参照

Foundation ファウンデーション