ByteBuffer Conversion (Byte to ByteBuffer)
Cast of byte array to the ByteBuffer
Namespace: OddPrgAssembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
public static implicit operator ByteBuffer (
byte[] a
)
- a Byte
- Source byte array
ByteBufferNew ByteBuffer instance filled with bytes from source array