Class IcnsImageParser.IcnsElement
- java.lang.Object
-
- org.apache.commons.imaging.formats.icns.IcnsImageParser.IcnsElement
-
- Enclosing class:
- IcnsImageParser
static class IcnsImageParser.IcnsElement extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description byte[]dataintelementSize(package private) static IcnsImageParser.IcnsElement[]EMPTY_ARRAYinttype
-
Constructor Summary
Constructors Constructor Description IcnsElement(int type, int elementSize, byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(java.io.PrintWriter pw)
-
-
-
Field Detail
-
EMPTY_ARRAY
static final IcnsImageParser.IcnsElement[] EMPTY_ARRAY
-
type
public final int type
-
elementSize
public final int elementSize
-
data
public final byte[] data
-
-