ByteBufferAdd(Byte) Method

Adds one byte to the end of the buffer.

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public void Add(
	byte b
)

Parameters

b  Byte
A byte to add

See Also