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
Fields in org.apache.pdfbox.cos with type parameters of type DecodeResult Modifier and Type Field Description private java.util.List<DecodeResult>COSInputStream. decodeResultsMethods 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.Constructor parameters in org.apache.pdfbox.cos with type arguments of type DecodeResult Constructor Description COSInputStream(java.io.InputStream input, java.util.List<DecodeResult> decodeResults)Constructor. -
Uses of DecodeResult in org.apache.pdfbox.filter
Methods in org.apache.pdfbox.filter that return DecodeResult Modifier and Type Method Description static DecodeResultDecodeResult. createDefault()Return a default DecodeResult.DecodeResultASCII85Filter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultASCIIHexFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultCCITTFaxFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultCryptFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultDCTFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultDCTFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)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.DecodeResultFlateFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultIdentityFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultJBIG2Filter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultJBIG2Filter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)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.DecodeResultRunLengthDecodeFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)Methods in org.apache.pdfbox.filter with parameters of type DecodeResult Modifier and Type Method Description private java.awt.image.BufferedImageJPXFilter. readJPX(java.io.InputStream input, DecodeOptions options, DecodeResult result)
-