com.onlineobject.objectnet Namespace

DataStream..::..ShiftRight Method

Shifts the data in the buffer to the right starting from a specified index.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public void ShiftRight(

	int start,

	int distance

)

Parameters

start
Type: Int32
The index from which to start shifting data.
distance
Type: Int32
The number of positions to shift the data by.