|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.pdf.codec.TIFFFaxDecompressor
public class TIFFFaxDecompressor
Class that can decompress TIFF files.
| Field Summary | |
|---|---|
protected int |
compression
|
int |
fails
|
protected int |
fillBits
EOL padding flag: 1 if fill bits have been added before an EOL such that the EOL ends on a byte boundary, 0 otherwise. |
protected int |
fillOrder
The logical order of bits within a byte. |
protected int |
oneD
Coding dimensionality: 1 for 2-dimensional, 0 for 1-dimensional. |
protected int |
uncompressedMode
Uncompressed mode flag: 1 if uncompressed, 0 if not. |
| Constructor Summary | |
|---|---|
TIFFFaxDecompressor()
|
|
| Method Summary | |
|---|---|
void |
decodeNextScanline()
|
void |
decodeRaw(byte[] buffer,
byte[] compData,
int w,
int h)
|
void |
decodeRLE()
|
void |
decodeT4()
|
void |
decodeT6()
|
void |
SetOptions(int fillOrder,
int compression,
int t4Options,
int t6Options)
Invokes the superclass method and then sets instance variables on the basis of the metadata set on this decompressor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int fillOrder
1 = MSB-to-LSB 2 = LSB-to-MSB (flipped)
protected int compression
public int fails
protected int uncompressedMode
protected int fillBits
protected int oneD
| Constructor Detail |
|---|
public TIFFFaxDecompressor()
| Method Detail |
|---|
public void SetOptions(int fillOrder,
int compression,
int t4Options,
int t6Options)
public void decodeRaw(byte[] buffer,
byte[] compData,
int w,
int h)
public void decodeRLE()
public void decodeNextScanline()
public void decodeT4()
public void decodeT6()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||