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

appendData:

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

Declaration 宣言

- (void)appendData:(NSData *)other;

Parameters パラメータ

otherData

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

See Also 参照

Adding Bytes バイトを加える