ByteArray.prepend

Adds the given data to the start of the GByteArray. The array will grow in size automatically if necessary.

class ByteArray
prepend
(
ubyte[] data
)

Parameters

data ubyte[]

the byte data to be added.

Return Value

Type: ByteArray

the GByteArray.

Meta