Uses of Class
org.apache.pdfbox.filter.DecodeResult
-
Packages that use DecodeResult Package Description org.apache.pdfbox.cos These are the low level objects that make up a PDF document.org.apache.pdfbox.filter 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 DecodeResult Modifier and Type Method Description DecodeResultCOSInputStream. 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 DecodeResult Modifier and Type Field Description static DecodeResultDecodeResult. DEFAULTDefault decode result.Methods in org.apache.pdfbox.filter that return DecodeResult Modifier and Type Method Description abstract DecodeResultFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)Decodes data, producing the original non-encoded data.DecodeResultFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)Decodes data, with optional DecodeOptions.DecodeResultJPXFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultJPXFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)Decodes data, with optional DecodeOptions.DecodeResultLZWFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)Decodes data, producing the original non-encoded data.
-