Constructor and Description |
---|
NullFilter() |
Modifier and Type | Method and 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.
|
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-2010 The Apache Software Foundation. All Rights Reserved.