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
Fields in org.apache.pdfbox.cos with type parameters of type DecodeResultMethods in org.apache.pdfbox.cos that return DecodeResultModifier and TypeMethodDescriptionCOSInputStream.getDecodeResult()
Returns the result of the last filter, for use by repair mechanisms.Constructor parameters in org.apache.pdfbox.cos with type arguments of type DecodeResultModifierConstructorDescriptionprivate
COSInputStream
(InputStream input, List<DecodeResult> decodeResults) Constructor. -
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 TypeMethodDescriptionASCII85Filter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) ASCIIHexFilter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) CCITTFaxFilter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) CryptFilter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) DCTFilter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) DCTFilter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options) abstract 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.FlateFilter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) IdentityFilter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) JBIG2Filter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) JBIG2Filter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options) 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.RunLengthDecodeFilter.decode
(InputStream encoded, OutputStream decoded, COSDictionary parameters, int index) Methods in org.apache.pdfbox.filter with parameters of type DecodeResultModifier and TypeMethodDescriptionprivate BufferedImage
JPXFilter.readJPX
(InputStream input, DecodeOptions options, DecodeResult result)