com.ibm.aglets
Class ByteArrayImageSource

java.lang.Object
  extended bysun.awt.image.InputStreamImageSource
      extended bysun.awt.image.FileImageSource
          extended bycom.ibm.aglets.ByteArrayImageSource
All Implemented Interfaces:
sun.awt.image.ImageFetchable, java.awt.image.ImageProducer

public class ByteArrayImageSource
extends sun.awt.image.FileImageSource


Field Summary
(package private)  byte[] buf
           
(package private)  java.lang.String type
           
 
Fields inherited from class sun.awt.image.FileImageSource
 
Fields inherited from class sun.awt.image.InputStreamImageSource
 
Constructor Summary
ByteArrayImageSource(byte[] b, java.lang.String t)
           
 
Method Summary
protected  sun.awt.image.ImageDecoder getDecoder()
           
 
Methods inherited from class sun.awt.image.FileImageSource
 
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
 

Field Detail

buf

byte[] buf

type

java.lang.String type
Constructor Detail

ByteArrayImageSource

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

getDecoder

protected sun.awt.image.ImageDecoder getDecoder()