Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

DataStream.writeUTF

Writes a string to this stream using a length-prefixed UTF-8 format.

Syntax

public void writeUTF( String value )

Parameters

value

The string to write.

Remarks

This method implements the IDataStream.writeUTF method.