remove_index


Description:

public void remove_index (uint index)

Removes the byte at the given index from a ByteArray.

The following bytes are moved down one place.

Parameters:

array

a ByteArray

index_

the index of the byte to remove

Returns:

the ByteArray