ByteBufferRemoveRange(Int32, Int32) Method

Deletes count bytes from the buffer starting from startIndex. If parameters point outside the buffer, only available bytes are deleted.

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public void RemoveRange(
	int startIndex,
	int count
)

Parameters

startIndex  Int32
The starting index in buffer to delete from
count  Int32
The count of bytes to delete

See Also