Writes a string to this stream using a length-prefixed UTF-8 format.
public void writeUTF( String value )
value
The string to write.
This method implements the IDataStream.writeUTF method.