com.ibm.aglets
Class ByteArrayImageSource

java.lang.Object
  |
  +--sun.awt.image.InputStreamImageSource
        |
        +--sun.awt.image.FileImageSource
              |
              +--com.ibm.aglets.ByteArrayImageSource
All Implemented Interfaces:
sun.awt.image.ImageFetchable, java.awt.image.ImageProducer

public class ByteArrayImageSource
extends sun.awt.image.FileImageSource


Constructor Summary
ByteArrayImageSource(byte[] b, java.lang.String t)
           
 
Method Summary
protected  sun.awt.image.ImageDecoder getDecoder()
           
 
Methods inherited from class sun.awt.image.InputStreamImageSource
addConsumer, decoderForType, doFetch, getDecoder, isConsumer, removeConsumer, requestTopDownLeftRightResend, startProduction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteArrayImageSource

public ByteArrayImageSource(byte[] b,
                            java.lang.String t)
Method Detail

getDecoder

protected sun.awt.image.ImageDecoder getDecoder()
Overrides:
getDecoder in class sun.awt.image.FileImageSource