-
- All Implemented Interfaces:
-
Closeable, Flushable, Appendable, AutoCloseable
public abstract class FilterWriter
extends Writer
Abstract class for writing filtered character streams. The abstract class FilterWriter itself provides default methods that pass all requests to the contained stream. Subclasses of FilterWriter should override some of these methods and may also provide additional methods and fields.
-
Since:
- JDK1.1
|
-
- All Implemented Interfaces:
-
Closeable , Flushable , Appendable , AutoCloseable
public abstract class FilterWriter
extends Writer
Abstract class for writing filtered character streams. The abstract class FilterWriter itself provides default methods that pass all requests to the contained stream. Subclasses of FilterWriter should override some of these methods and may also provide additional methods and fields.
-
Since:
- 1.1
|