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.
FilterWriteritself provides default methods that pass all requests to the contained stream. Subclasses ofFilterWritershould override some of these methods and may also provide additional methods and fields.