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

decodeCInt(forKey:)

Decodes and returns an int value that was previously encoded with encodeCInt(_:forKey:), encode(_:forKey:), encode(_:forKey:), or encode(_:forKey:) and associated with the string key. あるint値を復号して返します、それは以前にencodeCInt(_:forKey:)encode(_:forKey:)encode(_:forKey:)、またはencode(_:forKey:)で符号化されて文字列keyと結び付けられたものです。

Declaration 宣言

func decodeCInt(forKey key: String) -> Int32

Discussion 議論

If the encoded integer does not fit into the default integer size, the method raises an NSRangeException. Subclasses must override this method if they perform keyed coding. 符号化された整数が省略時の整数サイズに収まらないならば、このメソッドはNSRangeExceptionを引き起こします。サブクラスは、それらがキー付きコーディングを実行するならば、このメソッドをオーバーライドする必要があります。

See Also 参照

Decoding General Data 一般的なデータを復号する