SKStream.Skip(Int32) Method

Definition

Moves the current position on by the specified number of bytes.

public int Skip (int size);

Parameters

size
Int32

The number of bytes to skip.

Returns

Returns the actual number bytes that could be skipped.

Applies to