Instance Method インスタンスメソッド

resetBytes(in:)

Replaces with zeroes the contents of the receiver in a given range. 与えられた範囲でのレシーバの内容をゼロで置き換えます。

Declaration 宣言

func resetBytes(in range: NSRange)

Parameters パラメータ

range

The range within the contents of the receiver to be replaced by zeros. The range must not exceed the bounds of the receiver. レシーバの内容の中のこの範囲を、ゼロで置き換えます。範囲は、レシーバの境界を越えてはいけません。

Discussion 議論

If the location of range isn’t within the receiver’s range of bytes, an NSRangeException is raised. The receiver is resized to accommodate the new bytes, if necessary. rangeの位置がレシーバの持つバイト範囲内にないならば、NSRangeExceptionが引き起こされます。レシーバは新しいバイトを収容するように大きさを変えられます、もし必要ならば。

See Also 参照

Modifying Bytes バイトを修正する