Generic Instance Method 総称体インスタンスメソッド

copyBytes(to:count:)

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

Declaration 宣言

@discardableResult func copyBytes<DestinationType>(to ptr: UnsafeMutableBufferPointer<DestinationType>, count: Int) -> Int

Parameters パラメータ

ptr

A typed pointer to the 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実装