org.apache.fop.pdf

Class ASCII85Filter


public class ASCII85Filter
extends PDFFilter

PDF Filter for ASCII85. This applies a filter to a pdf stream that converts the data to ASCII.

Method Summary

OutputStream
applyFilter(OutputStream out)
String
getDecodeParms()
Get the decode parameters.
String
getName()
Get the PDF name of this filter.
boolean
isASCIIFilter()

Methods inherited from class org.apache.fop.pdf.PDFFilter

applyFilter, getDecodeParms, getName, isASCIIFilter, isApplied, setApplied

Method Details

applyFilter

public OutputStream applyFilter(OutputStream out)
            throws IOException
Overrides:
applyFilter in interface PDFFilter

getDecodeParms

public String getDecodeParms()
Get the decode parameters.
Overrides:
getDecodeParms in interface PDFFilter
Returns:
always null

getName

public String getName()
Get the PDF name of this filter.
Overrides:
getName in interface PDFFilter
Returns:
the name of the filter to be inserted into the PDF

isASCIIFilter

public boolean isASCIIFilter()
Overrides:
isASCIIFilter in interface PDFFilter

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.