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

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

public class IconDir
extends java.lang.Object


Constructor Summary
IconDir(LEDataInputStream dis)
           
 
Method Summary
 int getCount()
           
 IconDirEntry getEntry(int index)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IconDir

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

getCount

public int getCount()

getEntry

public IconDirEntry getEntry(int index)

toString

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