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

encodeBytes(_:length:forKey:)

Encodes a given number of bytes from a given C array of bytes and associates them with a key. 与えられたバイト数をバイトからなる与えられたC配列からエンコードします、そしてそれらをあるキーと結びつけます。

Declaration 宣言

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

Parameters パラメータ

bytesp

A C array of bytes to encode. エンコードすることになる、バイトからなるC配列。

lenv

The number of bytes from bytesp to encode. このバイト数をbytespからエンコードすることになります。

key

The key with which to associate the encoded value. This value must not be nil. このキーとエンコードされた値を結び付けます。この値は、nilではいけません。

See Also 参照

Encoding Data and Objects データとオブジェクトをエンコードする

Related Documentation 関連文書