Class PixelParserRgb
- java.lang.Object
-
- org.apache.commons.imaging.formats.bmp.AbstractPixelParser
-
- org.apache.commons.imaging.formats.bmp.AbstractPixelParserSimple
-
- org.apache.commons.imaging.formats.bmp.PixelParserRgb
-
final class PixelParserRgb extends AbstractPixelParserSimple
-
-
Field Summary
Fields Modifier and Type Field Description private intbyteCountprivate intcachedBitCountprivate intcachedByte-
Fields inherited from class org.apache.commons.imaging.formats.bmp.AbstractPixelParser
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.AbstractPixelParserSimple
processImage
-
Methods inherited from class org.apache.commons.imaging.formats.bmp.AbstractPixelParser
getColorTableRgb
-
-
-
-
Constructor Detail
-
PixelParserRgb
PixelParserRgb(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)
-
-
Method Detail
-
getNextRgb
public int getNextRgb() throws ImagingException, java.io.IOException- Specified by:
getNextRgbin classAbstractPixelParserSimple- Throws:
ImagingExceptionjava.io.IOException
-
newline
public void newline() throws ImagingException, java.io.IOException- Specified by:
newlinein classAbstractPixelParserSimple- Throws:
ImagingExceptionjava.io.IOException
-
-