Returns the number of bytes remaining from the current position to the limit.

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

Syntax

Visual Basic
Public Function Remaining As Integer
C#
public int Remaining()
Visual C++
public:
int Remaining()

Return Value

The number of bytes remaining

See Also