Reads a character from this stream.
public char readChar()
Returns a character of data from this stream.
This method implements the IDataStream.readChar method. This method calls the read method to read two bytes and combine them into a character.