Write a byte 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 WriteByte( byte value ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteByte ( _ value As Byte _ ) |
| Visual C++ |
|---|
public: void WriteByte ( unsigned char value ) |
Parameters
- value
- Byte
The byte to write.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace