Interface CCITTFaxTables
-
- All Known Implementing Classes:
CCITTFaxInputStream
public interface CCITTFaxTables
-
-
Field Summary
Fields Modifier and Type Field Description static byteB11_Ustatic intBASE_2Dstatic intBASE_BLACKstatic intBASE_U_BLACKstatic intBASE_U_WHITEstatic intBASE_WHITEstatic byte[]byteReversestatic short[]encodestatic byteEOLPstatic byteEXTstatic byteH_2Dstatic byteMAKE_UP_CODESstatic byteP_2Dstatic byte[]runTab0static byteTERM_CODESstatic byteUNCBstatic byteUNCWstatic byteUNDstatic byteV0_2Dstatic byteVL1_2Dstatic byteVL2_2Dstatic byteVL3_2Dstatic byteVR1_2Dstatic byteVR2_2Dstatic byteVR3_2Dstatic byteW5_Ustatic byteXDT
-
-
-
Field Detail
-
byteReverse
static final byte[] byteReverse
-
runTab0
static final byte[] runTab0
-
TERM_CODES
static final byte TERM_CODES
- See Also:
- Constant Field Values
-
MAKE_UP_CODES
static final byte MAKE_UP_CODES
- See Also:
- Constant Field Values
-
EOLP
static final byte EOLP
- See Also:
- Constant Field Values
-
UNCW
static final byte UNCW
- See Also:
- Constant Field Values
-
UNCB
static final byte UNCB
- See Also:
- Constant Field Values
-
UND
static final byte UND
- See Also:
- Constant Field Values
-
EXT
static final byte EXT
- See Also:
- Constant Field Values
-
VL3_2D
static final byte VL3_2D
- See Also:
- Constant Field Values
-
VL2_2D
static final byte VL2_2D
- See Also:
- Constant Field Values
-
VL1_2D
static final byte VL1_2D
- See Also:
- Constant Field Values
-
V0_2D
static final byte V0_2D
- See Also:
- Constant Field Values
-
VR1_2D
static final byte VR1_2D
- See Also:
- Constant Field Values
-
VR2_2D
static final byte VR2_2D
- See Also:
- Constant Field Values
-
VR3_2D
static final byte VR3_2D
- See Also:
- Constant Field Values
-
P_2D
static final byte P_2D
- See Also:
- Constant Field Values
-
H_2D
static final byte H_2D
- See Also:
- Constant Field Values
-
W5_U
static final byte W5_U
- See Also:
- Constant Field Values
-
B11_U
static final byte B11_U
- See Also:
- Constant Field Values
-
XDT
static final byte XDT
- See Also:
- Constant Field Values
-
BASE_WHITE
static final int BASE_WHITE
- See Also:
- Constant Field Values
-
BASE_BLACK
static final int BASE_BLACK
- See Also:
- Constant Field Values
-
BASE_U_WHITE
static final int BASE_U_WHITE
- See Also:
- Constant Field Values
-
BASE_U_BLACK
static final int BASE_U_BLACK
- See Also:
- Constant Field Values
-
BASE_2D
static final int BASE_2D
- See Also:
- Constant Field Values
-
encode
static final short[] encode
-
-