Instance Method インスタンスメソッド

decodeBytesForKey:returnedLength:

Decodes a buffer of data that was previously encoded with encodeBytes:length:forKey: and associated with the string key. 以前にencodeBytes:length:forKey:で符号化されて文字列keyと結び付けられたデータのバッファを復号します。

Declaration 宣言

- (const uint8_t *)decodeBytesForKey:(NSString *)key 
                      returnedLength:(NSUInteger *)lengthp;

Discussion 議論

The buffer’s length is returned by reference in lengthp. The returned bytes are immutable. Subclasses must override this method if they perform keyed coding. バッファの長さは、lengthpの中の参照によって返されます。返されるバイトは不変です。サブクラスは、それらがキー付きコーディングを実行するならば、このメソッドをオーバーライドする必要があります。

See Also 参照

Decoding General Data 一般的なデータを復号する

Related Documentation 関連文書