public class ASCIIHexFilter extends PDFFilter
Constructor and Description |
---|
ASCIIHexFilter() |
Modifier and Type | Method and 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.
|
isApplied, setApplied
public java.lang.String getName()
public boolean isASCIIFilter()
isASCIIFilter
in class PDFFilter
public PDFObject getDecodeParms()
getDecodeParms
in class PDFFilter
public java.io.OutputStream applyFilter(java.io.OutputStream out) throws java.io.IOException
applyFilter
in class PDFFilter
out
- contents to be filteredjava.io.IOException
- In case of an I/O problemCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.