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

hasBytesAvailable

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

Declaration 宣言

@property(readonly) BOOL hasBytesAvailable;

Discussion 議論

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

See Also 参照

Using Streams ストリームを使う