ByteBuffer(Byte, Int32) Constructor

Creates a new instance of byte buffer and fills it with specified count of bytes from a.

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public ByteBuffer(
	byte[] a,
	int count
)

Parameters

a  Byte
count  Int32

See Also