com.sun.jimi.core.decoder.tga
Class TGAFileHeader

java.lang.Object
  |
  +--com.sun.jimi.core.decoder.tga.TGAFileHeader

public class TGAFileHeader
extends java.lang.Object

This class reads in all of the TGA image header in addition it also reads in the imageID field as it is convenient to handle that here.


Constructor Summary
TGAFileHeader(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

TGAFileHeader

public TGAFileHeader(LEDataInputStream in)
              throws java.io.IOException
Method Detail

toString

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