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を管理する
- objectZone
Returns the memory zone used to allocate decoded objects.
デコードされたオブジェクトをアロケートするために使われるメモリゾーンを返します。
Deprecated
非推奨
- setObjectZone:
Sets the memory zone used to allocate decoded objects.
デコードされたオブジェクトをアロケートするために使われるメモリゾーンを設定します。
Deprecated
非推奨
systemVersion
The system version number in effect when the archive was created.
アーカイブが作成された時に有効なシステムバージョン番号。
Deprecated
非推奨