Retrieves the next available character without actually reading it from the input stream.
public int peek()
Returns the next character to be read, or returns -1 if no additional characters are available.