Instance Property インスタンスプロパティ

hasBytesAvailable

A Boolean value that indicates whether the receiver has bytes available to read. 読み出しに利用可能なバイトをレシーバが持つかどうかを指し示すブール値。

Declaration 宣言

var hasBytesAvailable: Bool { get }

Discussion 議論

true if the receiver has bytes available to read, otherwise false. May also return true if a read must be attempted in order to determine the availability of bytes. true、もしレシーバが読み出しに利用可能なバイトを持つならば、そうでなけれぱfalse。またtrueを返すかもしれません、もしバイトの利用可能性を決定するために読み出しが試みられなければならないならば。

See Also 参照

Using Streams ストリームを使う