var systemVersion : UInt32
The system version number in effect when the archive was created.
アーカイブが作成された時に有効なシステムバージョン番号。
Availability 有効性
Technology
var isAtEnd: Bool
{ get }
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 decode
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.
あなたは、このメソッドをdecode
を発動する後に発動することで、アーカイブがそのエンコードされたオブジェクトグラフに続いて追加のデータを含むかどうか発見することができます。もしそれがそうするならば、あなたはこの異例なものを無視するかまたはそれをエラーとみなすかどちらかが可能です。
var systemVersion : UInt32