public class CCITTFaxDecoder extends Object
| Constructor and Description |
|---|
CCITTFaxDecoder(int fillOrder,
int w,
int h) |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeT41D(byte[] buffer,
byte[] compData,
int startX,
int height) |
void |
decodeT42D(byte[] buffer,
byte[] compData,
int startX,
int height) |
void |
decodeT6(byte[] buffer,
byte[] compData,
int startX,
int height) |
boolean |
isAlign() |
boolean |
isFillBits() |
void |
setAlign(boolean align) |
void |
setFillBits(boolean fillBits) |
public CCITTFaxDecoder(int fillOrder,
int w,
int h)
fillOrder - The fill order of the compressed data bytes.w - h - public void decodeT41D(byte[] buffer,
byte[] compData,
int startX,
int height)
public void decodeT42D(byte[] buffer,
byte[] compData,
int startX,
int height)
public void decodeT6(byte[] buffer,
byte[] compData,
int startX,
int height)
public boolean isAlign()
public boolean isFillBits()
public void setAlign(boolean align)
public void setFillBits(boolean fillBits)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.