Returns a sliced buffer, setting the position to zero, and decrementing the limit accordingly.

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

Syntax

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

Return Value

The sliced buffer

See Also