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

hasSpaceAvailable

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

Declaration 宣言

var hasSpaceAvailable: Bool { get }

Discussion 議論

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

See Also 参照

Using Streams ストリームを使う