append
Description:
[
Version ( deprecated =
true , deprecated_since =
"0.12.0" ) ]
public bool append (
uint8[] value)
throws Error
Warning: append is deprecated since 0.12.0.
Parameters:
| this |
A BinaryArrayBuilder.
|
| value |
A binary value.
|
| length |
A value length.
|
Returns:
|
true on success, false if there was an error.
|