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

atEnd

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

Declaration 宣言

@property(getter=isAtEnd, readonly) BOOL atEnd;

Discussion 議論

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

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を管理する