Puts a ByteBuffer into the buffer at the specified index

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

Syntax

Visual Basic
Public Function PutBufferAt ( _
	i As Integer, _
	b As ByteBuffer _
) As ByteBuffer
C#
public ByteBuffer PutBufferAt(
	int i,
	ByteBuffer b
)
Visual C++
public:
ByteBuffer^ PutBufferAt(
	int i, 
	ByteBuffer^ b
)

Parameters

i
Type: System..::..Int32
The index
b
Type: Kaazing.HTML5..::..ByteBuffer
The source buffer

Return Value

The buffer

See Also