com.onlineobject.objectnet Namespace

IDataStream..::..ShiftRight Method

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

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

Syntax


void ShiftRight(

	int start,

	int distance

)

Parameters

start
Type: Int32
The index from which to start shifting.
distance
Type: Int32
The number of bytes to shift.