Class RLE8Decoder

java.lang.Object
com.twelvemonkeys.imageio.plugins.bmp.AbstractRLEDecoder
com.twelvemonkeys.imageio.plugins.bmp.RLE8Decoder
All Implemented Interfaces:
Decoder

final class RLE8Decoder extends AbstractRLEDecoder
Implements 8 bit RLE decoding as specified by in the Windows BMP (aka DIB) file format.
Version:
$Id: RLE8Decoder.java#1 $
  • Constructor Details

    • RLE8Decoder

      public RLE8Decoder(int width)
  • Method Details