func getBytes (UnsafeMutableRawPointer)
Copies a data object’s contents into a given buffer.
あるデータオブジェクトの内容をある与えられたバッファに複製します。
var bytes: UnsafeRawPointer
A pointer to the data object's contents.
データオブジェクトの内容に対するポインタ。
func getBytes (UnsafeMutableRawPointer, range: NSRange)
Copies a range of bytes from the data object into a given buffer.
データオブジェクトからあるバイトの範囲をある与えられたバッファに複製します。
func getBytes (UnsafeMutableRawPointer, length: Int)
Copies a number of bytes from the start of the data object into a given buffer.
データオブジェクトの始まりからあるバイト数をある与えられたバッファに複製します。