com.sun.jimi.core.decoder.gif
Class GIFFileHeader

java.lang.Object
  |
  +--com.sun.jimi.core.decoder.gif.GIFFileHeader

public class GIFFileHeader
extends java.lang.Object

File Header loading for GIF file format files.


Constructor Summary
GIFFileHeader(LEDataInputStream in)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GIFFileHeader

public GIFFileHeader(LEDataInputStream in)
              throws JimiException,
                     java.io.IOException
Method Detail

toString

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