ByteBuffer   Conversion (Byte to ByteBuffer)

Cast of byte array to the ByteBuffer

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public static implicit operator ByteBuffer (
	byte[] a
)

Parameters

a  Byte
Source byte array

Return Value

ByteBuffer
New ByteBuffer instance filled with bytes from source array

See Also