Package org.libtiff.jai.codecimpl
Class XTIFFFaxDecoder
- java.lang.Object
-
- org.libtiff.jai.codecimpl.XTIFFFaxDecoder
-
public class XTIFFFaxDecoder extends Object
-
-
Constructor Summary
Constructors Constructor Description XTIFFFaxDecoder(int fillOrder, int w, int h)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
decode1D(byte[] buffer, byte[] compData, int startX, int height)
void
decode2D(byte[] buffer, byte[] compData, int startX, int height, long tiffT4Options)
void
decodeNextScanline(byte[] buffer, int lineOffset, int bitOffset)
void
decodeT6(byte[] buffer, byte[] compData, int startX, int height, long tiffT6Options)
-
-
-
Method Detail
-
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)
-
-