public class XTIFFFaxDecoder
extends java.lang.Object
| Constructor and Description |
|---|
XTIFFFaxDecoder(int fillOrder,
int w,
int h) |
| Modifier and Type | Method and 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) |
public XTIFFFaxDecoder(int fillOrder,
int w,
int h)
fillOrder - The fill order of the compressed data bytes.w - h - public void decode1D(byte[] buffer,
byte[] compData,
int startX,
int height)
public void decodeNextScanline(byte[] buffer,
int lineOffset,
int bitOffset)
public void decode2D(byte[] buffer,
byte[] compData,
int startX,
int height,
long tiffT4Options)
public void decodeT6(byte[] buffer,
byte[] compData,
int startX,
int height,
long tiffT6Options)