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
バイトを加える
- appendBytes:length:
Appends to the receiver a given number of bytes from a given buffer.
レシーバにある与えられた数のバイトをある与えられたバッファから加えます。
- increaseLengthBy:
Increases the length of the receiver by a given number of bytes.
レシーバの長さをある与えられたバイト数によって漸増します。