Click or drag to resize
DataOutputWriteUTFHuge Method
Write a string using java-modified UTF-8 encoding to DataOutput. Length should be more than 2^16 -1.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void WriteUTFHuge(
	string value
)

Parameters

value
Type: SystemString
The UTF encoded string to write.
See Also