DataInputAdvanceCursor Method |
Advance 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 AdvanceCursor(
int offset
)
Public Sub AdvanceCursor (
offset As Integer
)
public:
void AdvanceCursor(
int offset
)
member AdvanceCursor :
offset : int -> unit
Parameters
- offset
- Type: SystemInt32
The offset(number of bytes) by which to advance the cursor.
See Also