Class FilterHandlers.Filter_DoNothing
java.lang.Object
com.itextpdf.text.pdf.FilterHandlers.Filter_DoNothing
- All Implemented Interfaces:
FilterHandlers.FilterHandler
- Enclosing class:
FilterHandlers
private static class FilterHandlers.Filter_DoNothing
extends Object
implements FilterHandlers.FilterHandler
A filter that doesn't modify the stream at all
- Since:
- 5.0.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
-
Constructor Details
-
Filter_DoNothing
private Filter_DoNothing()
-
-
Method Details
-
decode
public byte[] decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) throws IOException - Specified by:
decodein interfaceFilterHandlers.FilterHandler- Throws:
IOException
-