|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--BMPDecoder
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 |
public BMPDecoder()
Method Detail |
public java.awt.image.ImageProducer decode(java.io.InputStream ins) throws BMPCodecException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |