Overview | Methods | This Package | All Packages
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.