util_bdata_put_string


Description:


[ Version ( since = "3.24" ) ]
public void util_bdata_put_string (StringBuilder bdata_str, string value)

Puts the string value at the end of the bdata_str.

In case the bdata_str is not empty a space is added before the string value. The stored value can be read back with the util_bdata_get_string.

The strings are encoded as "length-value", quotes for clarity only.

Parameters:

bdata_str

a StringBuilder to store a backend specific data (bdata)

value

a value to store


Namespace: Camel
Package: camel-1.2