First page Back Continue Last page Overview Graphics
Java Filter classes
In Java, “decorators” are called “Filters”, and the base class for adding attributes is FilterXXX.
For each enhancement for reading from an input stream there is a suitable filter input stream.
For each enhancement for writing to an output stream there is a suitable filter output stream.