util_bdata_put_number
Description:
[ Version ( since = "3.24" ) ]
public void util_bdata_put_number (StringBuilder bdata_str, int64 value)
Puts the number value
at the end of the bdata_str
.
In case the bdata_str
is not empty a space is added before the numeric value
. The stored value can be read back with
the util_bdata_get_number.
Parameters:
bdata_str |
a StringBuilder to store a backend specific data (bdata) |
value |
a value to store |
Namespace: Camel
Package: camel-1.2