Rewind the buffer cursor by the given offset.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public void RewindCursor( uint offset ) |
| Visual Basic (Declaration) |
|---|
Public Sub RewindCursor ( _ offset As UInteger _ ) |
| Visual C++ |
|---|
public: void RewindCursor ( unsigned int offset ) |
Parameters
- offset
- UInt32
The offset by which to rewind the cursor.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace