Class PixelParserRgb
- java.lang.Object
-
- org.apache.commons.imaging.formats.bmp.PixelParser
-
- org.apache.commons.imaging.formats.bmp.PixelParserSimple
-
- org.apache.commons.imaging.formats.bmp.PixelParserRgb
-
class PixelParserRgb extends PixelParserSimple
-
-
Field Summary
Fields Modifier and Type Field Description private intbytecountprivate intcachedBitCountprivate intcachedByte-
Fields inherited from class org.apache.commons.imaging.formats.bmp.PixelParser
bhi, colorTable, imageData, is
-
-
Constructor Summary
Constructors Constructor Description PixelParserRgb(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNextRGB()voidnewline()-
Methods inherited from class org.apache.commons.imaging.formats.bmp.PixelParserSimple
processImage
-
Methods inherited from class org.apache.commons.imaging.formats.bmp.PixelParser
getColorTableRGB
-
-
-
-
Constructor Detail
-
PixelParserRgb
PixelParserRgb(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)
-
-
Method Detail
-
getNextRGB
public int getNextRGB() throws ImageReadException, java.io.IOException- Specified by:
getNextRGBin classPixelParserSimple- Throws:
ImageReadExceptionjava.io.IOException
-
newline
public void newline() throws ImageReadException, java.io.IOException- Specified by:
newlinein classPixelParserSimple- Throws:
ImageReadExceptionjava.io.IOException
-
-