- java.lang.Object
-
- com.itextpdf.text.pdf.codec.TIFFFaxDecoder
-
public class TIFFFaxDecoder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TIFFFaxDecoder(int fillOrder, int w, int h)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecode1D(byte[] buffer, byte[] compData, int startX, int height)voiddecode2D(byte[] buffer, byte[] compData, int startX, int height, long tiffT4Options)voiddecodeNextScanline(byte[] buffer, int lineOffset, int bitOffset)voiddecodeT6(byte[] buffer, byte[] compData, int startX, int height, long tiffT6Options)static voidreverseBits(byte[] b)Reverses the bits in the array
-
-
-
Method Detail
-
reverseBits
public static void reverseBits(byte[] b)
Reverses the bits in the array- Parameters:
b- the bits to reverse- Since:
- 2.0.7
-
decode1D
public void decode1D(byte[] buffer, byte[] compData, int startX, int height)
-
decodeNextScanline
public void decodeNextScanline(byte[] buffer, int lineOffset, int bitOffset)
-
decode2D
public void decode2D(byte[] buffer, byte[] compData, int startX, int height, long tiffT4Options)
-
decodeT6
public void decodeT6(byte[] buffer, byte[] compData, int startX, int height, long tiffT6Options)
-
-