PushbackReader

Class 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

Fields