fop 0.90alpha1

org.apache.fop.pdf
Class ASCIIHexFilter

java.lang.Object
  |
  +--org.apache.fop.pdf.PDFFilter
        |
        +--org.apache.fop.pdf.ASCIIHexFilter

public class ASCIIHexFilter
extends PDFFilter

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


Constructor Summary
ASCIIHexFilter()
           
 
Method Summary
 java.io.OutputStream applyFilter(java.io.OutputStream out)
          Applies a filter to an OutputStream.
 java.lang.String getDecodeParms()
          Get the decode params.
 java.lang.String getName()
          Get the name of this filter.
 boolean isASCIIFilter()
          Returns true if the filter is an ASCII filter that isn't necessary when encryption is active.
 
Methods inherited from class org.apache.fop.pdf.PDFFilter
isApplied, setApplied
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASCIIHexFilter

public ASCIIHexFilter()
Method Detail

getName

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

isASCIIFilter

public boolean isASCIIFilter()
Description copied from class: PDFFilter
Returns true if the filter is an ASCII filter that isn't necessary when encryption is active.
Overrides:
isASCIIFilter in class PDFFilter
See Also:
PDFFilter.isASCIIFilter()

getDecodeParms

public java.lang.String getDecodeParms()
Get the decode params.
Overrides:
getDecodeParms in class PDFFilter
Returns:
always null

applyFilter

public java.io.OutputStream applyFilter(java.io.OutputStream out)
                                 throws java.io.IOException
Description copied from class: PDFFilter
Applies a filter to an OutputStream.
Overrides:
applyFilter in class PDFFilter
See Also:
PDFFilter.applyFilter(OutputStream)

fop 0.90alpha1

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