func replaceBytes (in: NSRange, withBytes : UnsafeRawPointer)
Replaces with a given set of bytes a given range within the contents of the receiver.
与えられた一揃いのバイトでレシーバの内容中のある与えられた範囲を置き換えます。
func replaceBytes (in: NSRange, withBytes : UnsafeRawPointer?, length: Int)
Replaces with a given set of bytes a given range within the contents of the receiver.
与えられた一揃いのバイトでレシーバの内容中のある与えられた範囲を置き換えます。
func setData (Data)
Replaces the entire contents of the receiver with the contents of another data object.
レシーバの全内容を別のデータオブジェクトの内容で置き換えます。