public class CCITTFaxDecoder extends Object
| Constructor and Description |
|---|
CCITTFaxDecoder(int fillOrder,
int w,
int h) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
consumeEOL() |
protected void |
decodeNextScanline(byte[] buffer,
int lineOffset,
int bitOffset) |
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 - protected boolean consumeEOL()
protected void decodeNextScanline(byte[] buffer,
int lineOffset,
int bitOffset)
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 © 2024. All rights reserved.