remove_memory_range
Description:
public void remove_memory_range (
uint idx,
int length)
Removes length memory blocks in this starting from idx.
length can be -1, in which case all memory starting from idx is removed.
Parameters:
| this |
a Buffer.
|
| idx |
an index
|
| length |
a length
|