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 DecodeResult
COSInputStream. 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 DecodeResult
DecodeResult. DEFAULT
Default decode result.Methods in org.apache.pdfbox.filter that return DecodeResult Modifier and Type Method Description abstract DecodeResult
Filter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)
Decodes data, producing the original non-encoded data.DecodeResult
Filter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)
Decodes data, with optional DecodeOptions.DecodeResult
JPXFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)
DecodeResult
JPXFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)
Decodes data, with optional DecodeOptions.DecodeResult
LZWFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)
Decodes data, producing the original non-encoded data.
-