Instance Property インスタンスプロパティ

isAtEnd

A Boolean value that indicates whether the receiver has reached the end of the encoded data while decoding. あるブール値、それはレシーバがデコードの間にエンコードされたデータの終わりに到達したかどうかを指し示します。

Declaration 宣言

var isAtEnd: Bool { get }

Discussion 議論

true if the receiver has reached the end of the encoded data while decoding, otherwise false. true、もしレシーバがデコードの間にエンコードされたデータの終わりに到達したならば、そうでなければfalse

You can invoke this method after invoking decodeObject to discover whether the archive contains extra data following the encoded object graph. If it does, you can either ignore this anomaly or consider it an error. あなたは、このメソッドをdecodeObjectを発動する後に発動することで、アーカイブがそのエンコードされたオブジェクトグラフに続いて追加のデータを含むかどうか発見することができます。もしそれがそうするならば、あなたはこの異例なものを無視するかまたはそれをエラーとみなすかどちらかが可能です。

See Also 参照

Managing an NSUnarchiver NSUnarchiverを管理する