Puts a ByteBuffer into the buffer at the current position

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

Syntax

Visual Basic
Public Function PutBuffer ( _
	b As ByteBuffer _
) As ByteBuffer
C#
public ByteBuffer PutBuffer(
	ByteBuffer b
)
Visual C++
public:
ByteBuffer^ PutBuffer(
	ByteBuffer^ b
)

Parameters

b
Type: Kaazing.HTML5..::..ByteBuffer
The second buffer

Return Value

The buffer

See Also