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

initWithData:

Initializes a data object with the contents of another data object. あるデータオブジェクトを別のデータオブジェクトの内容で初期化します。

Declaration 宣言

- (instancetype)initWithData:(NSData *)data;

Parameters パラメータ

data

A data object. あるデータオブジェクト。

Return Value 戻り値

A data object initialized with the contents data. 内容dataで初期化されるあるデータオブジェクト。

See Also 参照

Creating Data データを作成する