Returns a single byte from the buffer at the current position

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

Syntax

Visual Basic
Public Function Get As Byte
C#
public byte Get()
Visual C++
public:
unsigned char Get()

Return Value

The single byte

See Also