Package com.itextpdf.text.pdf
Class FilterHandlers.Filter_ASCII85DECODE
- java.lang.Object
-
- com.itextpdf.text.pdf.FilterHandlers.Filter_ASCII85DECODE
-
- All Implemented Interfaces:
FilterHandlers.FilterHandler
- Enclosing class:
- FilterHandlers
private static class FilterHandlers.Filter_ASCII85DECODE extends java.lang.Object implements FilterHandlers.FilterHandler
Handles ASCIIHEXDECODE filter
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Filter_ASCII85DECODE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary)
-
-
-
Method Detail
-
decode
public byte[] decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) throws java.io.IOException
- Specified by:
decode
in interfaceFilterHandlers.FilterHandler
- Throws:
java.io.IOException
-
-