Class IcnsImageParser.IcnsHeader

  • Enclosing class:
    IcnsImageParser

    private static class IcnsImageParser.IcnsHeader
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int fileSize  
      int magic  
    • Constructor Summary

      Constructors 
      Constructor Description
      IcnsHeader​(int magic, int fileSize)  
    • 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

      • magic

        public final int magic
      • fileSize

        public final int fileSize
    • Constructor Detail

      • IcnsHeader

        IcnsHeader​(int magic,
                   int fileSize)
    • Method Detail

      • dump

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