Flips the buffer. The limit is set to the current position, 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 Flip As ByteBuffer
C#
public ByteBuffer Flip()
Visual C++
public:
ByteBuffer^ Flip()

Return Value

The flipped buffer

See Also