ByteBufferAddition Operator
Creates new ByteBuffer instance as concatenation of two source ByteBuffers
Namespace: OddPrgAssembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
public static ByteBuffer operator +(
ByteBuffer l,
ByteBuffer r
)
- l ByteBuffer
- First byte buffer
- r ByteBuffer
- Second byte buffer
ByteBufferConcatenation of two source ByteBuffers