ByteBufferAddition Operator

Creates new ByteBuffer instance as concatenation of two source ByteBuffers

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public static ByteBuffer operator +(
	ByteBuffer l,
	ByteBuffer r
)

Parameters

l  ByteBuffer
First byte buffer
r  ByteBuffer
Second byte buffer

Return Value

ByteBuffer
Concatenation of two source ByteBuffers

See Also