Uses of Interface
com.itextpdf.text.pdf.FilterHandlers.FilterHandler
Packages that use FilterHandlers.FilterHandler
-
Uses of FilterHandlers.FilterHandler in com.itextpdf.text.pdf
Classes in com.itextpdf.text.pdf that implement FilterHandlers.FilterHandlerModifier and TypeClassDescriptionprivate static class
Handles ASCIIHEXDECODE filterprivate static class
Handles ASCIIHEXDECODE filterprivate static class
Handles CCITTFAXDECODE filterprivate static class
A filter that doesn't modify the stream at allprivate static class
Handles FLATEDECODE filterprivate static class
Handles LZWDECODE filterprivate static class
Handles RUNLENGTHDECODE filterFields in com.itextpdf.text.pdf with type parameters of type FilterHandlers.FilterHandlerModifier and TypeFieldDescriptionprivate static final Map
<PdfName, FilterHandlers.FilterHandler> FilterHandlers.defaults
The defaultFilterHandlers.FilterHandler
s used by iTextMethods in com.itextpdf.text.pdf that return types with arguments of type FilterHandlers.FilterHandlerModifier and TypeMethodDescriptionstatic Map
<PdfName, FilterHandlers.FilterHandler> FilterHandlers.getDefaultFilterHandlers()
Method parameters in com.itextpdf.text.pdf with type arguments of type FilterHandlers.FilterHandlerModifier and TypeMethodDescriptionstatic byte[]
PdfReader.decodeBytes
(byte[] b, PdfDictionary streamDictionary, Map<PdfName, FilterHandlers.FilterHandler> filterHandlers) Decode a byte[] applying the filters specified in the provided dictionary using the provided filter handlers. -
Uses of FilterHandlers.FilterHandler in com.itextpdf.text.pdf.parser
Classes in com.itextpdf.text.pdf.parser that implement FilterHandlers.FilterHandlerModifier and TypeClassDescriptionprivate static class
A filter that does nothing, but keeps track of the filter type that was used