Class BMPDecoder

java.lang.Object
  |
  +--BMPDecoder

public class BMPDecoder
extends java.lang.Object

Used to decode data from an InputStream in BMP format.


Constructor Summary
BMPDecoder()
          Create a new Decoder.
 
Method Summary
 java.awt.image.ImageProducer decode(java.io.InputStream ins)
          Decode a BMP from an InputStream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BMPDecoder

public BMPDecoder()
Create a new Decoder.
Method Detail

decode

public java.awt.image.ImageProducer decode(java.io.InputStream ins)
                                    throws BMPCodecException
Decode a BMP from an InputStream.