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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private int
private int
Fields inherited from class org.apache.commons.imaging.formats.bmp.PixelParser
bhi, colorTable, imageData, is
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.imaging.formats.bmp.PixelParserSimple
processImage
Methods inherited from class org.apache.commons.imaging.formats.bmp.PixelParser
getColorTableRGB
-
Field Details
-
bytecount
private int bytecount -
cachedBitCount
private int cachedBitCount -
cachedByte
private int cachedByte
-
-
Constructor Details
-
PixelParserRgb
PixelParserRgb(BmpHeaderInfo bhi, byte[] colorTable, byte[] imageData)
-
-
Method Details
-
getNextRGB
- Specified by:
getNextRGB
in classPixelParserSimple
- Throws:
ImageReadException
IOException
-
newline
- Specified by:
newline
in classPixelParserSimple
- Throws:
ImageReadException
IOException
-