Puts a single byte into the buffer at the current position.

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

Syntax

Visual Basic
Public Function Put ( _
	b As Byte _
) As ByteBuffer
C#
public ByteBuffer Put(
	byte b
)
Visual C++
public:
ByteBuffer^ Put(
	unsigned char b
)

Parameters

b
Type: System..::..Byte
The byte value

Return Value

The buffer

See Also