Skips the specified number of bytes from the current position.

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

Syntax

Visual Basic
Public Function Skip ( _
	size As Integer _
) As ByteBuffer
C#
public ByteBuffer Skip(
	int size
)
Visual C++
public:
ByteBuffer^ Skip(
	int size
)

Parameters

size
Type: System..::..Int32
Number of bytes to skip.

Return Value

The buffer

See Also