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