ByteArray.removeRange

Removes the given number of bytes starting at the given index from a #GByteArray. The following elements are moved to close the gap.

class ByteArray
removeRange
(
uint index
,
uint length
)

Parameters

index uint

the index of the first byte to remove

length uint

the number of bytes to remove

Return: the #GByteArray

Meta