Reads a character from this stream.
public char readChar()
Returns the character value that was read.
IOException thrown if an I/O error occurs or if the stream does not support reading.
EOFException thrown if the end of the stream is reached before two bytes could be read.
The current position is advanced by two bytes.
See Also writeChar