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

encodeBytes(_:length:)

Encodes a buffer of data of an unspecified type. ある指定されない型のデータのパッファをエンコードします。

Declaration 宣言

func encodeBytes(_ byteaddr: UnsafeRawPointer?, 
          length: Int)

Discussion 議論

The buffer to be encoded begins at address, and its length in bytes is given by numBytes. 符号化されるバッファはaddressで始まります、そしてそれのバイトでの長さはnumBytesで与えられます。

This method must be matched by a corresponding decodeBytes(withReturnedLength:) message. このメソッドは、対応するdecodeBytes(withReturnedLength:)メッセージと調和しなければなりません。

See Also 参照

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