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. Since 2.4

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

the GByteArray.

Meta