prepend


Description:

public void prepend (uint8[] data)

Adds the given data to the start 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:

the ByteArray