Class RLE4Decoder

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

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

    • BIT_MASKS

      static final int[] BIT_MASKS
    • BIT_SHIFTS

      static final int[] BIT_SHIFTS
  • Constructor Details

    • RLE4Decoder

      public RLE4Decoder(int width)
  • Method Details