Package com.tom_roush.pdfbox.filter
Class DecodeResult
- java.lang.Object
-
- com.tom_roush.pdfbox.filter.DecodeResult
-
public final class DecodeResult extends Object
The result of a filter decode operation. Allows information such as color space to be extracted from image streams, and for stream parameters to be repaired during reading.
-
-
Field Summary
Fields Modifier and Type Field Description static DecodeResultDEFAULTDefault decode result.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description COSDictionarygetParameters()Returns the stream parameters, repaired using the embedded stream data.
-
-
-
Field Detail
-
DEFAULT
public static final DecodeResult DEFAULT
Default decode result.
-
-
Method Detail
-
getParameters
public COSDictionary getParameters()
Returns the stream parameters, repaired using the embedded stream data.- Returns:
- the repaired stream parameters, or an empty dictionary
-
-