Class: java.io.FilterReader

  • public abstract class FilterReader
  • extends Reader
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.
Authors:
@author Mark Reinhold
Version:
@version 1.17, 03/12/19
Since:
@since JDK1.1

Inheritance

Superclass tree: Implements:

Methods

Fields

  • in

    protected Reader in
    The underlying character-input stream.