Save This Page
Home » iText-2.1.7 » com.lowagie » text » pdf » codec » [javadoc | source]
com.lowagie.text.pdf.codec
public class: TIFFFaxDecoder [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.codec.TIFFFaxDecoder
Field Summary
static  int[] table1     
static  int[] table2     
static  byte[] flipTable     
static  short[] white     
static  short[] additionalMakeup     
static  short[] initBlack     
static  short[] twoBitBlack     
static  short[] black     
static  byte[] twoDCodes     
Constructor:
 public TIFFFaxDecoder(int fillOrder,
    int w,
    int h) 
Method from com.lowagie.text.pdf.codec.TIFFFaxDecoder Summary:
decode1D,   decode2D,   decodeNextScanline,   decodeT6,   reverseBits
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.codec.TIFFFaxDecoder Detail:
 public  void decode1D(byte[] buffer,
    byte[] compData,
    int startX,
    int height) 
 public  void decode2D(byte[] buffer,
    byte[] compData,
    int startX,
    int height,
    long tiffT4Options) 
 public  void decodeNextScanline(byte[] buffer,
    int lineOffset,
    int bitOffset) 
 public  void decodeT6(byte[] buffer,
    byte[] compData,
    int startX,
    int height,
    long tiffT6Options) 
 public static  void reverseBits(byte[] b) 
    Reverses the bits in the array