org.apache.fop.render.ps
Interface Filter

All Known Implementing Classes:
ASCII85EncodeFilter, ASCIIHexEncodeFilter, FlateEncodeFilter

public interface Filter


Method Summary
 void doFilter(java.io.InputStream in, java.io.OutputStream out)
           
 

Method Detail

doFilter

public void doFilter(java.io.InputStream in,
                     java.io.OutputStream out)
              throws java.io.IOException


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.