- oneChar
- the character to push back to this stream.
Type Reason Java.IO.IOException if this reader is closed or the internal pushback buffer is full.
Pushes the specified character oneChar back to this reader. This is done in such a way that the next character read from this reader is (char) oneChar.
If this reader's internal pushback buffer cannot store the character, an IOException is thrown.