Move index

Namespace: Com.Tibco.As.Space.Impl.Serializer
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public void moveBy(
	int moveBy
)
Visual Basic
Public Sub moveBy ( _
	moveBy As Integer _
)
Visual C++
public:
void moveBy(
	int moveBy
)

Parameters

moveBy
Type: System..::..Int32
The number of bytes to move the index

See Also