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 resetBytes (in: NSRange)
Replaces with zeroes the contents of the receiver in a given range.
与えられた範囲でのレシーバの内容をゼロで置き換えます。