Class XTIFFLZWTileCodec

  • All Implemented Interfaces:
    XTIFFTileCodec

    public class XTIFFLZWTileCodec
    extends XTIFFTileCodecImpl
    This codec encapsulates all the logic for the TIFF "lzw" decoding codec algorithm.
    • Constructor Detail

      • XTIFFLZWTileCodec

        public XTIFFLZWTileCodec()
        Public constructor
    • Method Detail

      • decodeTilePixels

        public void decodeTilePixels​(byte[] input,
                                     Rectangle newRect,
                                     byte[] bdata)
        Decode a rectangle of pixels
        Specified by:
        decodeTilePixels in class XTIFFTileCodecImpl
        Parameters:
        input - the byte array of compressed input data
        newRect - the rectangular shape of the target pixels
        bdata - the target decompressed pixels.
      • decodeTilePixels

        public void decodeTilePixels​(byte[] input,
                                     Rectangle newRect,
                                     short[] sdata)
        Decode a rectangle of pixels
        Specified by:
        decodeTilePixels in class XTIFFTileCodecImpl
        Parameters:
        input - the byte array of compressed input data
        newRect - the rectangular shape of the target pixels
        sdata - the target decompressed pixels.