bpp
Interface Filter

All Known Implementing Classes:
BeanshellInterpreterFilter, ComposedFilter, DecoratorFilter, StageFilter

public interface Filter

Abstract filter.

Implementations should not close the input or output streams. See the Filters class for convienience methods to create buffered readers and print writers.


Method Summary
 void filter(java.io.BufferedReader in, java.io.PrintWriter out)
           
 

Method Detail

filter

public void filter(java.io.BufferedReader in,
                   java.io.PrintWriter out)
            throws java.io.IOException
Throws:
java.io.IOException