ByteBufferInsert Method

Inserts a byte at the specified position in the buffer.

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public void Insert(
	int index,
	byte b
)

Parameters

index  Int32
The position to add byte to. It can go from zero to Count.
b  Byte
A byte to add

See Also