- containsValueForKey:
Returns a Boolean value that indicates whether the archive contains a value for a given key within the current decoding scope.
アーカイブがある与えられたキーに対する値を現在のデコードしているスコープ内に含むかどうかを指し示すブール値を返します。
- decodeBoolForKey:
Decodes a Boolean value associated with a given key.
与えられたキーと結び付けられたブール値をデコードします。
- decodeBytesForKey:returnedLength:
Decodes a stream of bytes associated with a given key.
与えられたキーと結び付けられたバイトいくらかからなるあるストリームをデコードします。
- decodeDoubleForKey:
Decodes a double-precision floating-point value associated with a given key.
与えられたキーと結び付けられた倍精度浮動小数点値をデコードします。
- decodeIntForKey:
Decodes an integer value associated with a given key.
与えられたキーと結び付けられた整数値をデコードします。
- decodeInt32ForKey:
Decodes a 32-bit integer value associated with a given key.
与えられたキーと結び付けられた32ビット整数値をデコードします。
- decodeInt64ForKey:
Decodes a 64-bit integer value associated with a given key.
与えられたキーと結び付けられた64ビット整数値をデコードします。
- decodeObjectForKey:
Decodes and returns an object associated with a given key.
与えられたキーと結び付けられたオブジェクトをデコードして返します。
- finishDecoding
Tells the receiver that you are finished decoding objects.
レシーバにあなたがオブジェクトのデコードを完了したことを教えます。
decodingFailurePolicy
The action to take when this unarchiver fails to decode an entry.
このアンアーカイバが登録項目のデコードに失敗する時にとる行動。