| Class | Description | 
|---|---|
| XTIFFCodec | 
 TIFFCodec is declared final so we can't extend it 
 | 
| XTIFFFaxDecoder | |
| XTIFFFaxTileCodec | 
 This codec encapsulates all the logic for the TIFF
 "lzw" decoding codec algorithm. 
 | 
| XTIFFImage | |
| XTIFFImageDecoder | |
| XTIFFImageEncoder | 
 A baseline TIFF writer. 
 | 
| XTIFFLZWTileCodec | 
 This codec encapsulates all the logic for the TIFF
 "lzw" decoding codec algorithm. 
 | 
| XTIFFPackTileCodec | 
 This codec encapsulates all the logic for the default TIFF
 "packbits" bit-packing codec algorithm. 
 | 
| XTIFFUncompTileCodec | 
 This codec encapsulates all the logic for the default TIFF
 "uncompressed" bit-packing codec algorithm. 
 |