remove_range


Description:

[ Version ( since = "2.4" ) ]
public void remove_range (uint index, uint length)

Removes the given number of bytes starting at the given index from a ByteArray.

The following elements are moved to close the gap.

Parameters:

length

the number of bytes to remove

array

a GByteArray

index_

the index of the first byte to remove

Returns:

the ByteArray