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

append(_:)

Appends the content of another data object to the receiver. 別のデータオブジェクトの内容をレシーバに加えます。

Declaration 宣言

func append(_ other: Data)

Parameters パラメータ

otherData

The data object whose content is to be appended to the contents of the receiver. それの内容がレシーバの内容に加えられることになるデータオブジェクト。

See Also 参照

Adding Bytes バイトを加える