キーで整数値をエンコードします
-(void)encodeInt:(int)intv: forKey:(NSString *)key:
解説
キーで整数値をエンコードします
返り値
( void )
なし
フレームワーク
Foundation
クラス
NSCoder
Instance Methods
使用可能
10.2
参照
-decodeIntForKey
-decodeInt32ForKey
int32値をデコード
-decodeInt64ForKey
int64値をデコード
例文
[encoder encodeInt:123456 forKey:@"key"];