Class IcoImageParser.IconInfo
- java.lang.Object
-
- org.apache.commons.imaging.formats.ico.IcoImageParser.IconInfo
-
- Enclosing class:
- IcoImageParser
private static class IcoImageParser.IconInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
bitCount
byte
colorCount
byte
height
int
imageOffset
int
imageSize
int
planes
byte
reserved
byte
width
-
Constructor Summary
Constructors Constructor Description IconInfo(byte width, byte height, byte colorCount, byte reserved, int planes, int bitCount, int imageSize, int imageOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dump(java.io.PrintWriter pw)
-