Class CCITTFaxDecode
java.lang.Object
org.openpdf.renderer.decode.CCITTFaxDecode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static byte[]protected static ByteBufferdecode(PDFObject dict, ByteBuffer buf, PDFObject params) private static PDFObjectgetDecodeParams(PDFObject dict) static booleangetOptionFieldBoolean(PDFObject dict, String name, boolean defaultValue) static intgetOptionFieldInt(PDFObject dict, String name, int defaultValue)
-
Constructor Details
-
CCITTFaxDecode
public CCITTFaxDecode()
-
-
Method Details
-
decode
protected static ByteBuffer decode(PDFObject dict, ByteBuffer buf, PDFObject params) throws IOException - Throws:
IOException
-
decode
- Throws:
IOException
-
getOptionFieldInt
public static int getOptionFieldInt(PDFObject dict, String name, int defaultValue) throws IOException - Throws:
IOException
-
getOptionFieldBoolean
public static boolean getOptionFieldBoolean(PDFObject dict, String name, boolean defaultValue) throws IOException - Throws:
IOException
-
getDecodeParams
- Throws:
IOException
-