readChar

 

public char readChar() throws IOException, EOFException;

Reads a character from the current position in the message buffer.

Returns

  • the Unicode character.

Exceptions

  • IOException - if there is a problem with IO.

  • EOFException - if the read goes beyond the end of file.


uj13750_