Class IcnsImageParser.IcnsElement

  • Enclosing class:
    IcnsImageParser

    static class IcnsImageParser.IcnsElement
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] data  
      int elementSize  
      int type  
    • 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
      void dump​(java.io.PrintWriter pw)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        public final int type
      • elementSize

        public final int elementSize
      • data

        public final byte[] data
    • Constructor Detail

      • IcnsElement

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

      • dump

        public void dump​(java.io.PrintWriter pw)