org.apache.fop.render.ps
Class ASCIIHexEncodeFilter

java.lang.Object
  |
  +--org.apache.fop.render.ps.ASCIIHexEncodeFilter
All Implemented Interfaces:
Filter

public class ASCIIHexEncodeFilter
extends java.lang.Object
implements Filter


Constructor Summary
protected ASCIIHexEncodeFilter()
           
 
Method Summary
 void doFilter(java.io.InputStream in, java.io.OutputStream out)
           
static java.io.InputStream filter(java.io.InputStream in)
           
 long write(java.io.OutputStream out, byte[] buf, int len, long bw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASCIIHexEncodeFilter

protected ASCIIHexEncodeFilter()
Method Detail

write

public long write(java.io.OutputStream out,
                  byte[] buf,
                  int len,
                  long bw)
           throws java.io.IOException

doFilter

public void doFilter(java.io.InputStream in,
                     java.io.OutputStream out)
              throws java.io.IOException
Specified by:
doFilter in interface Filter

filter

public static java.io.InputStream filter(java.io.InputStream in)
                                  throws java.io.IOException


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