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

copyBytes(to:count:)

Copies the provided number of bytes from the start of the type into a raw memory buffer. その型の始まりからこの提供されたバイト数をある生メモリバッファにコピーします。

Declaration 宣言

@discardableResult func copyBytes(to ptr: UnsafeMutableRawBufferPointer, count: Int) -> Int

Parameters パラメータ

ptr

A pointer to the raw memory buffer you want to copy the bytes into. あなたがバイトいくらかをそれへとコピーしたい生メモリバッファへのポインタ。

count

The number of bytes to copy. コピーするバイト数。

Return Value 戻り値

The number of bytes copied. コピーされたバイト数。

See Also 参照

DataProtocol Implementations DataProtocol実装