ArrayBuffer

ArrayBuffer(int)

Initializes a new instance of the ArrayBuffer class.

public ArrayBuffer(int length)
ParameterTypeDescription
lengthInt32The size, in bytes, of the array buffer to create.

See Also


ArrayBuffer(byte[])

Initializes a new instance of the ArrayBuffer class.

public ArrayBuffer(byte[] data)
ParameterTypeDescription
dataByte[]The raw binary data.

See Also