ByteArray.append

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

class ByteArray
append
(
ubyte[] data
)

Parameters

data ubyte[]

the byte data to be added.

Return Value

Type: ByteArray

the GByteArray.

Meta