ByteArray.removeIndex

Removes the byte at the given index from a glib.ByteArray The following bytes are moved down one place.

class ByteArray
removeIndex
(
uint index
)

Parameters

index uint

the index of the byte to remove

Return Value

Type: ByteArray