Write a string using java-modified UTF-8 encoding to DataOutput.
The maximum length supported is 2^16-1 beyond which the string
shall be truncated.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public void WriteUTF( string value ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteUTF ( _ value As String _ ) |
| Visual C++ |
|---|
public: void WriteUTF ( String^ value ) |
Parameters
- value
- String
The UTF encoded string to write.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace