com.sun.jimi.core.decoder.bmp
Class BMPFileHeader

java.lang.Object
  |
  +--com.sun.jimi.core.decoder.bmp.BMPFileHeader

public class BMPFileHeader
extends java.lang.Object

BMP image file format header. This class reads in all of the image header.


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

BMPFileHeader

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

toString

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