Constructor | Description |
---|---|
NullFilter() |
Modifier and Type | Method | Description |
---|---|---|
java.io.OutputStream |
applyFilter(java.io.OutputStream out) |
Applies a filter to an OutputStream.
|
PDFObject |
getDecodeParms() |
return a parameter dictionary for this filter, or null
|
java.lang.String |
getName() |
return a PDF string representation of the filter, e.g.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isApplied, isASCIIFilter, setApplied
public java.lang.String getName()
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.