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

decodeObjectForKey:

Decodes and returns an object associated with a given key. 与えられたキーと結び付けられたオブジェクトをデコードして返します。

Declaration 宣言

- (id)decodeObjectForKey:(NSString *)key;

Parameters パラメータ

key

A key in the archive within the current decoding scope. key must not be nil. 現在のデコードスコープ内のアーカイブの中のあるキー。keyは、nilであってはいけません。

Return Value 戻り値

The object associated with the key key. Returns nil if key does not exist, or if the value for key is nil. キーkeyと結び付けられたオブジェクト。nilを返します、もしkeyが存在しないならば、またはもしkeyに対する値がnilならば。

See Also 参照

Decoding Data データをデコードする

Related Documentation 関連文書