bpp
Class ComposedFilter

java.lang.Object
  extended bybpp.ComposedFilter
All Implemented Interfaces:
Filter

public class ComposedFilter
extends java.lang.Object
implements Filter


Constructor Summary
ComposedFilter(Filter _before, Filter _after)
           
 
Method Summary
 void filter(java.io.BufferedReader in, java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComposedFilter

public ComposedFilter(Filter _before,
                      Filter _after)
Method Detail

filter

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