Write a 32-bit integer to the DataOutput.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public void WriteInt32( int value ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteInt32 ( _ value As Integer _ ) |
| Visual C++ |
|---|
public: void WriteInt32 ( int value ) |
Parameters
- value
- Int32
The 32-bit integer to write.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace