|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javazoom.Util.BMPLoader
A decoder for Windows bitmap (.BMP) files. Compression not supported.
Constructor Summary | |
BMPLoader()
|
Method Summary | |
java.awt.Image |
getBMPImage(java.io.InputStream stream)
|
java.awt.image.MemoryImageSource |
getImageSource()
|
void |
read(java.io.InputStream is)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BMPLoader()
Method Detail |
public java.awt.Image getBMPImage(java.io.InputStream stream) throws java.lang.Exception
public void read(java.io.InputStream is) throws java.io.IOException, java.lang.Exception
public java.awt.image.MemoryImageSource getImageSource()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |