Creates a copy of the buffer.

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

Syntax

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

Return Value

The duplicate buffer

See Also