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.
off - Offset from which to start reading characters
len - Number of characters to be written
Throws:
IndexOutOfBoundsException - If the values of the off and len parameters
cause the corresponding method of the underlying Writer
to throw an IndexOutOfBoundsException
off - Offset from which to start reading characters
len - Number of characters to be written
Throws:
IndexOutOfBoundsException - If the values of the off and len parameters
cause the corresponding method of the underlying Writer
to throw an IndexOutOfBoundsException