func write(UnsafePointer<UInt8>, maxLength : Int) -> Int
Writes the contents of a provided data buffer to the receiver.
提供されたデータバッファの内容をレシーバに書き込みます。
Availability 有効性
Technology
var hasSpaceAvailable: Bool
{ get }
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
。
func write(UnsafePointer<UInt8>, maxLength : Int) -> Int