org.apache.fop.render.ps
Class ASCII85EncodeFilter
java.lang.Object
|
+--org.apache.fop.render.ps.ASCII85EncodeFilter
- All Implemented Interfaces:
- Filter
- public class ASCII85EncodeFilter
- extends java.lang.Object
- implements Filter
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 |
ASCII85EncodeFilter
protected ASCII85EncodeFilter()
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.