NSFileHandleReadToEndOfFileCompletion
Posted when the file handle reads all data in the file or, in a communications channel, until the other process signals the end of data.
Declaration
static let NSFileHandleReadToEndOfFileCompletion: NSNotification.NameDiscussion
It makes the data available to observers by putting it in the userInfo dictionary. To cause the posting of this notification, you must send either readToEndOfFileInBackgroundAndNotify() or readToEndOfFileInBackgroundAndNotify(forModes:) to an appropriate NSFileHandle object.
The notification object is the NSFileHandle object that sent the notification. The userInfo dictionary contains the following information:
Key | Value |
|---|---|
| An |
| An |