The stream on which stream
occurred.
それの上でstream
が発生したストリーム。
Instance Method
インスタンスメソッド
stream(_:
stream(_:handle:)
The delegate receives this message when a given event has occurred on a given stream.
委任先はこのメッセージを、ある与えられたイベントがある与えられたストリーム上で発生した時に受け取ります。
Availability 有効性
- iOS 2.0+
- iPadOS 2.0+
- macOS 10.3+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
Parameters パラメータ
theStream
Event Event streamEvent
The stream event that occurred. 発生したストリームイベント。
Discussion 議論
The delegate receives this message only if the
is scheduled on a run loop. The message is sent on the stream object’s thread. The delegate should examine stream
to determine the appropriate action it should take.
委任先は、このメッセージをthe
が実行ループ上で予定される場合に限り受け取ります。メッセージは、ストリームオブジェクトのもつスレッド上で送られます。委任先は、stream
を検査して、それが取るべき適切な動作を決定するべきです。