Writes a string to this stream using a length-prefixed UTF-8 format.
public void writeUTF( String value )
value
The string value to write.
IOException thrown if an I/O error occurs or if the stream does not support writing.
UTF-encoded strings are generally more space efficient than Unicode strings, but they also take more time to process.
See Also readUTF