com.sun.pdfview.decode
Class CCITTFaxDecode
java.lang.Object
com.sun.pdfview.decode.CCITTFaxDecode
public class CCITTFaxDecode
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CCITTFaxDecode
public CCITTFaxDecode()
decode
protected static java.nio.ByteBuffer decode(PDFObject dict,
java.nio.ByteBuffer buf,
PDFObject params)
throws java.io.IOException
- Throws:
java.io.IOException
decode
protected static byte[] decode(PDFObject dict,
byte[] source)
throws java.io.IOException
- Throws:
java.io.IOException
getOptionFieldInt
public static int getOptionFieldInt(PDFObject dict,
java.lang.String name,
int defaultValue)
throws java.io.IOException
- Throws:
java.io.IOException
getOptionFieldBoolean
public static boolean getOptionFieldBoolean(PDFObject dict,
java.lang.String name,
boolean defaultValue)
throws java.io.IOException
- Throws:
java.io.IOException