append_take


Description:

public void append_take (owned uint8[] data)

Appends data.length bytes from data to this.

This function is exactly equivalent to [method@MessageBody.append] with soup_memory_take as second argument; it exists mainly for convenience and simplifying language bindings.

Parameters:

this

a MessageBody

data

data to append

length

length of data