byte_array_append( array: string | Uint8Array<ArrayBufferLike>, data: string | Uint8Array<ArrayBufferLike>,): Uint8Array Parameters
- array: string | Uint8Array<ArrayBufferLike>
- data: string | Uint8Array<ArrayBufferLike>
Returns Uint8Array
The GLib.ByteArray
Adds the given bytes to the end of the GLib.ByteArray. The array will grow in size automatically if necessary.