Abstract class for reading filtered character streams.
The abstract class FilterReader itself
provides default methods that pass all requests to
the contained stream. Subclasses of FilterReader
should override some of these methods and may also provide
additional methods and fields.
FilterReaderitself provides default methods that pass all requests to the contained stream. Subclasses ofFilterReadershould override some of these methods and may also provide additional methods and fields.