Class IcoImageParser.IconInfo

  • Enclosing class:
    IcoImageParser

    private static class IcoImageParser.IconInfo
    extends java.lang.Object
    • 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
      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

      • width

        public final byte width
      • height

        public final byte height
      • colorCount

        public final byte colorCount
      • reserved

        public final byte reserved
      • planes

        public final int planes
      • bitCount

        public final int bitCount
      • imageSize

        public final int imageSize
      • imageOffset

        public final int imageOffset
    • Constructor Detail

      • IconInfo

        IconInfo​(byte width,
                 byte height,
                 byte colorCount,
                 byte reserved,
                 int planes,
                 int bitCount,
                 int imageSize,
                 int imageOffset)
    • Method Detail

      • dump

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