Puts a byte array into the buffer at the current position

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

Syntax

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

Parameters

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

Return Value

The buffer

See Also