Rewinds the buffer. The position is set to zero and the mark is reset.

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

Syntax

Visual Basic
Public Function Rewind As ByteBuffer
C#
public ByteBuffer Rewind()
Visual C++
public:
ByteBuffer^ Rewind()

Return Value

The buffer

See Also