writeUTF

 

public void writeUTF(String str) throws IOException;

Writes a String in UTF format into the message buffer at the current position.

Parameters

  • str - the String to be written.

Exceptions

  • IOException - if there is a problem with IO.


uj14250_