|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.fop.pdf.PDFFilter
org.apache.fop.pdf.ASCIIHexFilter
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 |
public ASCIIHexFilter()
| Method Detail |
public java.lang.String getName()
getName in class PDFFilterpublic boolean isASCIIFilter()
PDFFilter
isASCIIFilter in class PDFFilterPDFFilter.isASCIIFilter()public java.lang.String getDecodeParms()
getDecodeParms in class PDFFilter
public java.io.OutputStream applyFilter(java.io.OutputStream out)
throws java.io.IOException
PDFFilter
applyFilter in class PDFFilterout - contents to be filtered
java.io.IOException - In case of an I/O problemPDFFilter.applyFilter(OutputStream)
|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||