ByteBuffer(Byte, Byte) Constructor
Creates a new instance of byte buffer and fills it with specified two byte arrays.
Namespace: OddPrgAssembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
public ByteBuffer(
byte[] a,
byte[] b
)
Parameters
- a Byte
- First byte array
- b Byte
- Second byte array