Write a 64-bit integer to the DataOutput.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public void WriteInt64( long value ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteInt64 ( _ value As Long _ ) |
| Visual C++ |
|---|
public: void WriteInt64 ( long long value ) |
Parameters
- value
- Int64
The 64-bit integer to write.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace