readUTF

 

public String readUTF() throws IOException;

Reads a UTF format String from the current position in the message buffer.

Returns

  • the String.

Exceptions

  • IOException - if there is a problem with IO.


uj13980_