- write:maxLength:
Writes the contents of a provided data buffer to the receiver.
提供されたデータバッファの内容をレシーバに書き込みます。
Availability 有効性
Technology
@property(readonly) BOOL hasSpaceAvailable;
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
。
- write:maxLength: