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

finishDecoding()

Tells the receiver that you are finished decoding objects. レシーバにあなたがオブジェクトのデコードを完了したことを教えます。

Declaration 宣言

func finishDecoding()

Discussion 議論

Invoking this method allows the receiver to notify its delegate and to perform any final operations on the archive. Once this method is invoked, the receiver cannot decode any further values. このメソッドを発動することは、レシーバにそれの委任先に通知させます、そしてアーカイブ上でのあるゆる最終演算を実行させます。一旦このメソッドが発動されたならば、レシーバはまったくその先の値をデコードできません。

See Also 参照

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