Write a 16-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 WriteInt16( short value ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteInt16 ( _ value As Short _ ) |
| Visual C++ |
|---|
public: void WriteInt16 ( short value ) |
Parameters
- value
- Int16
The 16-bit integer to write.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace