Enumeration Case 列挙ケース

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)が進行中だったようなことがあれば返されるでしょう。

Declaration 宣言

NSStreamStatusReading = 3