public class ASCII85Filter extends PDFFilter
Constructor | Description |
---|---|
ASCII85Filter() |
Modifier and Type | Method | Description |
---|---|---|
java.io.OutputStream |
applyFilter(java.io.OutputStream out) |
Applies a filter to an OutputStream.
|
PDFObject |
getDecodeParms() |
Get the decode parameters.
|
java.lang.String |
getName() |
Get the PDF 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, wait
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-2016 The Apache Software Foundation. All Rights Reserved.