readLine

 

public String readLine() throws IOException;

Reads a line of text from the message. Converts from the codeset identified in characterSet, and then reads in a line that has been terminated by \n, \r, \r\n, EOF or the end of a UTF string.

Returns

  • the returned string, in Unicode.

Exceptions

  • IOException - if there is a problem with IO.


uj13870_