com.onlineobject.objectnet Namespace

IDataStream..::..ShiftLeft Method

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

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

Syntax


void ShiftLeft(

	int start,

	int distance

)

Parameters

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