Uses of Class
org.apache.pdfbox.filter.DecodeResult
Packages that use DecodeResult
Package
Description
These are the low level objects that make up a PDF document.
This package will hold the PDFBox implementations of the filters that are used in PDF documents.
-
Uses of DecodeResult in org.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos that return DecodeResultModifier and TypeMethodDescriptionCOSInputStream.getDecodeResult()
Returns the result of the last filter, for use by repair mechanisms. -
Uses of DecodeResult in org.apache.pdfbox.filter
Fields in org.apache.pdfbox.filter declared as DecodeResultModifier and TypeFieldDescriptionstatic final DecodeResult
DecodeResult.DEFAULT
Default decode result.Methods in org.apache.pdfbox.filter that return DecodeResultModifier and TypeMethodDescriptionabstract DecodeResult
Filter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) Decodes data, producing the original non-encoded data.Filter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options) Decodes data, with optional DecodeOptions.JPXFilter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) JPXFilter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options) Decodes data, with optional DecodeOptions.LZWFilter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) Decodes data, producing the original non-encoded data.