The
methods
of Java.IO.PushbackReader are listed below. For a list of all members, see the PushbackReader Members list.
See Also: Inherited members from Java.IO.FilterReader
Public Methods
| Unread(char[])Pushes all the characters in buffer back to this reader. |
| Unread(int)Pushes the specified character oneChar back to this reader. |
| Unread(char[], int, int)Pushes a subset of the characters in buffer back to this reader. |