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

append(contentsOf:)

Appends the bytes in the specified array to the end of the data. 指定された配列の中のバイトをデータの終わりに加えます。

Declaration 宣言

mutating func append(contentsOf bytes: [UInt8])

See Also 参照

Adding Bytes バイトを加える