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

encodeInt32:forKey:

Encodes a given 32-bit integer value and associates it with a key. 与えられた32ビット整数値をエンコードして、それをあるキーと結びつけます。

Declaration 宣言

- (void)encodeInt32:(int32_t)value 
             forKey:(NSString *)key;

Parameters パラメータ

intv

The value to encode. エンコードする値。

key

The key with which to associate intv. This value must not be nil. このキーとintvを結び付けます。この値は、nilではいけません。

See Also 参照

Encoding Data and Objects データとオブジェクトをエンコードする

Related Documentation 関連文書