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 int
bytecount
private int
cachedBitCount
private int
cachedByte
-
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 int
getNextRGB()
void
newline()
-
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:
getNextRGB
in classPixelParserSimple
- Throws:
ImageReadException
java.io.IOException
-
newline
public void newline() throws ImageReadException, java.io.IOException
- Specified by:
newline
in classPixelParserSimple
- Throws:
ImageReadException
java.io.IOException
-
-