Constructor and Description |
---|
NullFilter() |
Modifier and Type | Method and Description |
---|---|
OutputStream |
applyFilter(OutputStream out)
Applies a filter to an OutputStream.
|
PDFObject |
getDecodeParms()
return a parameter dictionary for this filter, or null
|
String |
getName()
return a PDF string representation of the filter, e.g.
|
isApplied, isASCIIFilter, setApplied
public String getName()
public PDFObject getDecodeParms()
getDecodeParms
in class PDFFilter
public OutputStream applyFilter(OutputStream out) throws IOException
applyFilter
in class PDFFilter
out
- contents to be filteredIOException
- In case of an I/O problemCopyright © 2025 Apache Software Foundation. All rights reserved.