Package com.sun.pdfview.decode
Class CCITTFaxDecode
java.lang.Object
com.sun.pdfview.decode.CCITTFaxDecode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static byte[]
protected static ByteBuffer
decode
(PDFObject dict, ByteBuffer buf, PDFObject params) static boolean
getOptionFieldBoolean
(PDFObject dict, String name, boolean defaultValue) static int
getOptionFieldInt
(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
-