org.apache.fop.pdf

Class ASCIIHexFilter


public class ASCIIHexFilter
extends PDFFilter

ASCII Hex filter for PDF streams. This filter converts a pdf stream to ASCII hex data.

Method Summary

OutputStream
applyFilter(OutputStream out)
String
getDecodeParms()
Get the decode params.
String
getName()
Get the 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 params.
Overrides:
getDecodeParms in interface PDFFilter
Returns:
always null

getName

public String getName()
Get the name of this filter.
Overrides:
getName in interface PDFFilter
Returns:
the name of this filter for pdf

isASCIIFilter

public boolean isASCIIFilter()
Overrides:
isASCIIFilter in interface PDFFilter

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