Instance Method
インスタンスメソッド
setObjectZone:
Sets the memory zone used to allocate decoded objects.
デコードされたオブジェクトをアロケートするために使われるメモリゾーンを設定します。
Declaration
宣言
- (void)setObjectZone:(NSZone
*)zone;
Parameters
パラメータ
zone
The memory zone used to allocate decoded objects.
デコードされたオブジェクトをアロケートするために使われるメモリゾーン。
Discussion
議論
If zone
is nil
, or if this method is never invoked, the default zone is used, as given by NSDefaultMallocZone()
.
zone
がnil
ならば、またはこのメソッドが決して発動されないならば、省略時のゾーンが使われます、NSDefaultMallocZone()
によって与えられる通りに。
See Also
参照
Managing an NSUnarchiver
NSUnarchiverを管理する
atEnd
A Boolean value that indicates whether the receiver has reached the end of the encoded data while decoding.
あるブール値、それはレシーバがデコードの間にエンコードされたデータの終わりに到達したかどうかを指し示します。
Deprecated
非推奨
- objectZone
Returns the memory zone used to allocate decoded objects.
デコードされたオブジェクトをアロケートするために使われるメモリゾーンを返します。
Deprecated
非推奨
systemVersion
The system version number in effect when the archive was created.
アーカイブが作成された時に有効なシステムバージョン番号。
Deprecated
非推奨