DataInputRewindCursor Method |
Rewind the cursor of the buffer by the given offset.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void RewindCursor(
int offset
)
Public Sub RewindCursor (
offset As Integer
)
public:
void RewindCursor(
int offset
)
member RewindCursor :
offset : int -> unit
Parameters
- offset
- Type: SystemInt32
The offset(number of bytes) by which to rewind the cursor.
See Also