ByteBufferAdd(ByteBuffer) Method

Adds bytes 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(
	ByteBuffer bytes
)

Parameters

bytes  ByteBuffer
Bytes to add

See Also