- decodeBoolForKey:
encodeBool:forKey:
and associated with the string key
.
以前にencodeBool:forKey:
で符号化されて文字列key
と結び付けられたブール値を復号して返します。
- decodeBytesForKey:returnedLength:
encodeBytes:length:forKey:
and associated with the string key
.
以前にencodeBytes:length:forKey:
で符号化されて文字列key
と結び付けられたデータのバッファを復号します。
- decodeBytesWithReturnedLength:
- decodeDataObject
NSData
object that was previously encoded with encodeDataObject:
. Subclasses must override this method.
あるNSData
オブジェクトを復号して返します、それは以前にencodeDataObject:
で符号化されたものです。サブクラスはこのメソッドをオーバーライドしなければなりません。
- decodeDoubleForKey:
encodeFloat:forKey:
or encodeDouble:forKey:
and associated with the string key
.
あるdouble値を復号して返します、それは以前にencodeFloat:forKey:
またはencodeDouble:forKey:
のどちらかで符号化されて文字列key
と結び付けられたものです。
- decodeFloatForKey:
encodeFloat:forKey:
or encodeDouble:forKey:
and associated with the string key
.
あるfloat値を復号して返します、それは以前にencodeFloat:forKey:
またはencodeDouble:forKey:
で符号化されて文字列key
と結び付けられたものです。
- decodeIntForKey:
encodeInt:forKey:
, encodeInteger:forKey:
, encodeInt32:forKey:
, or encodeInt64:forKey:
and associated with the string key
.
あるint値を復号して返します、それは以前にencodeInt:forKey:
、encodeInteger:forKey:
、encodeInt32:forKey:
、またはencodeInt64:forKey:
で符号化されて文字列key
と結び付けられたものです。
- decodeIntegerForKey:
encodeInt:forKey:
, encodeInteger:forKey:
, encodeInt32:forKey:
, or encodeInt64:forKey:
and associated with the string key
.
あるNSInteger値を復号して返します、それは以前にencodeInt:forKey:
、encodeInteger:forKey:
、encodeInt32:forKey:
、またはencodeInt64:forKey:
で符号化されて文字列key
と結び付けられたものです。
- decodeInt32ForKey:
encodeInt:forKey:
, encodeInteger:forKey:
, encodeInt32:forKey:
, or encodeInt64:forKey:
and associated with the string key
.
ある32ビット整数値を復号して返します、それは以前にencodeInt:forKey:
、encodeInteger:forKey:
、encodeInt32:forKey:
、またはencodeInt64:forKey:
で符号化されて文字列key
と結び付けられたものです。
- decodeInt64ForKey:
encodeInt:forKey:
, encodeInteger:forKey:
, encodeInt32:forKey:
, or encodeInt64:forKey:
and associated with the string key
.
ある64ビット整数値を復号して返します、それは以前にencodeInt:forKey:
、encodeInteger:forKey:
、encodeInt32:forKey:
、またはencodeInt64:forKey:
で符号化されて文字列key
と結び付けられたものです。
- decodeNXObject
encodeNXObject:
.
以前にencodeNXObject:
で記述されたオブジェクトを復号します。
- decodeObject
encode…Object
methods.
あるオブジェクトを復号して返します、それは以前にencode…Object
メソッドのどれかで符号化されたものです。
- decodeObjectForKey:
encodeObject:forKey:
or encodeConditionalObject:forKey:
and associated with the string key
.
以前にencodeObject:forKey:
またはencodeConditionalObject:forKey:
でエンコードされたそして文字列key
と結びつけられたある以前に符号化されたオブジェクトをデコードして返します。
- decodePoint
encodePoint:
.
あるNSPoint構造体を復号して返します、それは以前にencodePoint:
で符号化されたものです。
- decodePointForKey:
encodePoint:forKey:
.
あるNSPoint構造体を復号して返します、それは以前にencodePoint:forKey:
で符号化されたものです。
- decodePropertyList
encodePropertyList:
.
あるプロパティリストを復号します、それは以前にencodePropertyList:
で符号化されたものです。
- decodeRect
encodeRect:
.
あるNSRect構造体を復号して返します、それは以前にencodeRect:
で符号化されたものです。
- decodeRectForKey:
encodeRect:forKey:
.
あるNSRect構造体を復号して返します、それは以前にencodeRect:forKey:
で符号化されたものです。
- decodeSize
encodeSize:
.
あるNSSize構造体を復号して返します、それは以前にencodeSize:
で符号化されたものです。
- decodeSizeForKey:
encodeSize:forKey:
.
あるNSSize構造体を復号して返します、それは以前にencodeSize:forKey:
で符号化されたものです。
- decodeValueOfObjCType:at:
valueType
.
ある単一の値を復号します、それのObjective-C型はvalueType
によって与えられます。
- decodeValueOfObjCType:at:size:
- decodeValuesOfObjCTypes:
- decodeObjectOfClass:forKey:
- decodeObjectOfClasses:forKey:
- decodePropertyListForKey: