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

hasSpaceAvailable

A boolean value that indicates whether the receiver can be written to. レシーバが書き込まれることができるかどうかを指し示すブール値。

Declaration 宣言

@property(readonly) BOOL hasSpaceAvailable;

Discussion 議論

YES if the receiver can be written to or if a write must be attempted in order to determine if space is available, NO otherwise. YES、もしレシーバが書き込まれることができるならば、またはもしある書き込みが空間が利用可能かどうか決定するために試みられなければならないならば、そうでなければNO

See Also 参照

Using Streams ストリームを使う