Puts a ByteBuffer into the buffer at the current position with specified maximum length

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

Syntax

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

Parameters

b
Type: Kaazing.HTML5..::..ByteBuffer
The source buffer
len
Type: System..::..Int32
Maximum length copied

Return Value

The buffer

See Also