com.sun.jimi.core.decoder.ico
Class IconDirEntry

java.lang.Object
  |
  +--com.sun.jimi.core.decoder.ico.IconDirEntry

public class IconDirEntry
extends java.lang.Object


Constructor Summary
IconDirEntry(LEDataInputStream dis)
           
 
Method Summary
 int getColorCount()
           
 int getHeight()
           
 long getImageOffset()
           
 int getWidth()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IconDirEntry

public IconDirEntry(LEDataInputStream dis)
             throws java.io.IOException
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

getColorCount

public int getColorCount()

getImageOffset

public long getImageOffset()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object