Puts a byte array into the buffer at the specified index

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

Syntax

Visual Basic
Public Function PutBytesAt ( _
	i As Integer, _
	bytes As Byte() _
) As ByteBuffer
C#
public ByteBuffer PutBytesAt(
	int i,
	byte[] bytes
)
Visual C++
public:
ByteBuffer^ PutBytesAt(
	int i, 
	array<unsigned char>^ bytes
)

Parameters

i
Type: System..::..Int32
The index
bytes
Type: array<System..::..Byte>[]()[][]
The byte array

Return Value

The buffer

See Also