PushbackReader
Class PushbackReader
- java.lang.Object
-
- java-io-Reader
-
- java.io.FilterReader
-
- java.io.PushbackReader
- All Implemented Interfaces:
- Closeable, AutoCloseable, Readable
public class PushbackReader extends FilterReader
A character-stream reader that allows characters to be pushed back into the stream.
- Since:
- JDK1.1