FilterWriter
Class FilterWriter
- java.lang.Object
-
- java.io.Writer
-
- java.io.FilterWriter
- 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 ov