Click or drag to resize
DataInputRewindCursor Method
Rewind the cursor of the buffer by the given offset.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void RewindCursor(
	int offset
)

Parameters

offset
Type: SystemInt32
The offset(number of bytes) by which to rewind the cursor.
See Also