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 intbitCountbytecolorCountbyteheightintimageOffsetintimageSizeintplanesbytereservedbytewidth
-
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 voiddump(java.io.PrintWriter pw)
-