Returns true if this buffer has remaining bytes, false otherwise

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

Syntax

Visual Basic
Public Function HasRemaining As Boolean
C#
public bool HasRemaining()
Visual C++
public:
bool HasRemaining()

Return Value

Whether this buffer has remaining bytes

See Also