Creates a new ByteBuffer from the provided byte array

Namespace:  Kaazing.HTML5
Assembly:  Kaazing.Gateway (in Kaazing.Gateway.dll)

Syntax

Visual Basic
Public Sub New ( _
	bytes As Byte() _
)
C#
public ByteBuffer(
	byte[] bytes
)
Visual C++
public:
ByteBuffer(
	array<unsigned char>^ bytes
)

Parameters

bytes
Type: array<System..::..Byte>[]()[][]

See Also