Retrieves the next available character from the input stream without actually reading it.
public int peek()
Returns the next character to be read, or returns -1 if no additional characters are available.
This operation does not change the current position of the Reader object. This default method returns -1.