public class ASCIIHexFilter extends PDFFilter
Constructor and Description |
---|
ASCIIHexFilter() |
Modifier and Type | Method and Description |
---|---|
OutputStream |
applyFilter(OutputStream out)
Applies a filter to an OutputStream.
|
PDFObject |
getDecodeParms()
Get the decode params.
|
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 String getName()
public boolean isASCIIFilter()
isASCIIFilter
in class PDFFilter
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.