FilterWriter

Class 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