ByteArray.removeRange

Removes the given number of bytes starting at the given index from a glib.ByteArray 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 Value

Type: ByteArray

Meta