Type Method 型メソッド

dataWithBytes:length:

Creates a data object containing a given number of bytes copied from a given buffer. ある与えられたバッファから複製されるある与えられた数のバイトを含んでいるデータオブジェクトを作成します。

Declaration 宣言

+ (instancetype)dataWithBytes:(const void *)bytes 
                       length:(NSUInteger)length;

Parameters パラメータ

bytes

A buffer containing data for the new object. 新しいオブジェクトに対するデータを含んでいるバッファ。

length

The number of bytes to copy from bytes. This value must not exceed the length of bytes. bytesからコピーするバイト数。この値は、bytesの長さを越えてはなりません。

See Also 参照

Creating Data データを作成する