Class CCITTFaxDecode


  • public class CCITTFaxDecode
    extends java.lang.Object
    • Constructor Detail

      • CCITTFaxDecode

        public CCITTFaxDecode()
    • Method Detail

      • 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