Enumeration Case 列挙ケース

Stream.Status.reading

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 (InputStream) was in progress. データはストリームから読み出されています。この状態は、別のスレッド上のコードがstreamStatusをストリーム上で呼び出す一方でread(_:maxLength:)呼び出し(InputStream)が進行中だったようなことがあれば返されるでしょう。

Declaration 宣言

case reading = 3