Instance Method
インスタンスメソッド
resetBytes(in:)
Sets a region of the data buffer to 0
.
あるデータバッファの領域を0
に設定します。
Parameters
パラメータ
range
The range in the data to set to 0
.
0
に設定することになる、データの中の範囲。
Discussion
議論
If range
exceeds the bounds of the data, then the data is resized to fit.
range
がデータの境界の限界を超えるならば、そのときデータはピッタリ合うようにサイズ変更されます。
See Also
参照
Creating Empty Data
空のデータを作成する
init()
Creates an empty data buffer.
空のデータバッファを作成します。
init(capacity: Int)
Creates an empty data buffer of a specified size.
指定されたサイズの空のデータバッファを作成します。
init(count: Int)
Creates a new data buffer with the specified count of zeroed bytes.
指定された数のゼロのバイトで、新しいデータバッファを作成します。