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

encodeBytes(_:length:forKey:)

Encodes a buffer of data, given its length and a pointer, and associates it with a string key. データのバッファをエンコードします、それの長さとポインタを与えられて、そしてそれをある文字列キーと結びつけます。

Declaration 宣言

func encodeBytes(_ bytes: UnsafePointer<UInt8>?, 
          length: Int, 
          forKey key: String)

Discussion 議論

Subclasses must override this method if they perform keyed coding. サブクラスは、それらがキー付きコーディングを実行するならば、このメソッドをオーバーライドする必要があります。

See Also 参照

Encoding General Data 一般的なデータを符号化する

Related Documentation 関連文書