Advance the cursor of the buffer by the given offset.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
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(number of bytes) by which to advance the cursor.
See Also
DataInput Class
GemStone.GemFire.Cache Namespace