public class ASCIIHexFilter extends PDFFilter
| Constructor | Description |
|---|---|
ASCIIHexFilter() |
| Modifier and Type | Method | Description |
|---|---|---|
java.io.OutputStream |
applyFilter(java.io.OutputStream out) |
Applies a filter to an OutputStream.
|
PDFObject |
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisApplied, setAppliedpublic java.lang.String getName()
public boolean isASCIIFilter()
isASCIIFilter in class PDFFilterpublic PDFObject getDecodeParms()
getDecodeParms in class PDFFilterpublic java.io.OutputStream applyFilter(java.io.OutputStream out)
throws java.io.IOException
applyFilter in class PDFFilterout - contents to be filteredjava.io.IOException - In case of an I/O problemCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.