javazoom.jlgui.player.amp.util
Class BMPLoader

java.lang.Object
  extended byjavazoom.jlgui.player.amp.util.BMPLoader

public class BMPLoader
extends java.lang.Object

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

BMPLoader

public BMPLoader()
Method Detail

getBMPImage

public java.awt.Image getBMPImage(java.io.InputStream stream)
                           throws java.lang.Exception
Throws:
java.lang.Exception

read

public void read(java.io.InputStream is)
          throws java.io.IOException,
                 java.lang.Exception
Throws:
java.io.IOException
java.lang.Exception

getImageSource

public java.awt.image.MemoryImageSource getImageSource()


JavaZOOM 1999-2004