Puts a single byte into the buffer at ths specified index.

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

Syntax

Visual Basic
Public Function PutAt ( _
	i As Integer, _
	b As Byte _
) As ByteBuffer
C#
public ByteBuffer PutAt(
	int i,
	byte b
)
Visual C++
public:
ByteBuffer^ PutAt(
	int i, 
	unsigned char b
)

Parameters

i
Type: System..::..Int32
The byte value
b
Type: System..::..Byte
The index

Return Value

The buffer

See Also