- containsValueForKey:
- decodeBoolForKey:
- decodeDoubleForKey:
- decodeFloatForKey:
- decodeIntForKey:
- decodeInt32ForKey:
- decodeInt64ForKey:
- decodeObjectForKey:
- finishDecoding
decodingFailurePolicy
Availability 有効性
Technology
- (const uint8_t
*)decodeBytesForKey:(NSString
*)key
returnedLength:(NSUInteger
*)lengthp;
key
A key in the archive within the current decoding scope. key
must not be nil
.
現在のデコードスコープ内のアーカイブの中のあるキー。key
は、nil
であってはいけません。
lengthp
Upon return, contains the number of bytes returned. 戻りでは、返されるバイト数を含みます。
The stream of bytes associated with the key key
. Returns NULL
if key
does not exist.
キーkey
と結び付けられたバイトからなるストリーム。NULL
を返します、もしkey
が存在しないならば。
The returned value is a pointer to a temporary buffer owned by the receiver. The buffer goes away with the unarchiver, not the containing autorelease pool block. You must copy the bytes into your own buffer if you need the data to persist beyond the life of the receiver. 戻り値は、レシーバによって所有される一時バッファーへのポインタです。バッファはアーカイバとともに去ります、囲んでいるオートリリースプールブロックではなく。あなたはバイトそれらをあなた独自のバッファにコピーしなければなりません、もしあなたがそのデータを存続させる必要がレシーバの生涯を越えてあるならば。
- containsValueForKey:
- decodeBoolForKey:
- decodeDoubleForKey:
- decodeFloatForKey:
- decodeIntForKey:
- decodeInt32ForKey:
- decodeInt64ForKey:
- decodeObjectForKey:
- finishDecoding
decodingFailurePolicy
- encodeBytes:length:forKey: