DataOutputRewindCursor Method |
Rewind the buffer cursor by the given offset.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void RewindCursor(
uint offset
)
Public Sub RewindCursor (
offset As UInteger
)
public:
void RewindCursor(
unsigned int offset
)
member RewindCursor :
offset : uint32 -> unit
Parameters
- offset
- Type: SystemUInt32
The offset by which to rewind the cursor.
See Also