Enumeration Case
列挙ケース
NSStream
NSStreamStatusReading
Data is being read from the stream. This status would be returned if code on another thread were to call
streamStatus
on the stream while a read:maxLength:
call (NSInputStream
) was in progress.
データはストリームから読み出されています。この状態は、別のスレッド上のコードがstreamStatus
をストリーム上で呼び出す一方でread:maxLength:
呼び出し(NSInputStream
)が進行中だったようなことがあれば返されるでしょう。
Availability 有効性
- iOS 2.0+
- iPadOS 2.0+
- macOS 10.3+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
NSStreamStatusReading = 3