org.apache.sanselan.formats.bmp.pixelparsers
Class PixelParserBitFields

java.lang.Object
  extended by org.apache.sanselan.formats.bmp.pixelparsers.PixelParser
      extended by org.apache.sanselan.formats.bmp.pixelparsers.PixelParserSimple
          extended by org.apache.sanselan.formats.bmp.pixelparsers.PixelParserBitFields

public class PixelParserBitFields
extends PixelParserSimple


Field Summary
 
Fields inherited from class org.apache.sanselan.formats.bmp.pixelparsers.PixelParser
bfp, bhi, colorTable, imageData, is
 
Constructor Summary
PixelParserBitFields(BmpHeaderInfo bhi, byte[] ColorTable, byte[] ImageData)
           
 
Method Summary
 int getNextRGB()
           
 void newline()
           
 
Methods inherited from class org.apache.sanselan.formats.bmp.pixelparsers.PixelParserSimple
processImage
 
Methods inherited from class org.apache.sanselan.formats.bmp.pixelparsers.PixelParser
getColorTableRGB
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PixelParserBitFields

public PixelParserBitFields(BmpHeaderInfo bhi,
                            byte[] ColorTable,
                            byte[] ImageData)
                     throws ImageReadException,
                            java.io.IOException
Throws:
ImageReadException
java.io.IOException
Method Detail

getNextRGB

public int getNextRGB()
               throws ImageReadException,
                      java.io.IOException
Specified by:
getNextRGB in class PixelParserSimple
Throws:
ImageReadException
java.io.IOException

newline

public void newline()
             throws ImageReadException,
                    java.io.IOException
Specified by:
newline in class PixelParserSimple
Throws:
ImageReadException
java.io.IOException


Copyright © 2007-2009. All Rights Reserved.