Class IcnsImageParser.IcnsElement

java.lang.Object
org.apache.commons.imaging.formats.icns.IcnsImageParser.IcnsElement
Enclosing class:
IcnsImageParser

static class IcnsImageParser.IcnsElement extends Object
  • Field Details

    • type

      public final int type
    • elementSize

      public final int elementSize
    • data

      public final byte[] data
  • Constructor Details

    • IcnsElement

      IcnsElement(int type, int elementSize, byte[] data)
  • Method Details