org.gamenet.util
Class BitmapDecoder

java.lang.Object
  extended byorg.gamenet.util.BitmapDecoder

public class BitmapDecoder
extends Object


Constructor Summary
BitmapDecoder()
           
 
Method Summary
 ImageProducer decode(int[] palette, int aWidth, int aHeight, ByteArrayInputStream bytearrayinputstream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitmapDecoder

public BitmapDecoder()
Method Detail

decode

public ImageProducer decode(int[] palette,
                            int aWidth,
                            int aHeight,
                            ByteArrayInputStream bytearrayinputstream)
                     throws IOException,
                            Exception
Throws:
IOException
Exception