append
Description:
public void append (
uint8[] data)
Adds the given bytes to the end of the ByteArray.
The array will grow in size automatically if necessary.
Parameters:
data |
the byte data to be added
|
array |
a ByteArray
|
len |
the number of bytes to add
|
Returns: