All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.aglets.util.ByteArrayImageSource

java.lang.Object
   |
   +----sun.awt.image.InputStreamImageSource
           |
           +----sun.awt.image.FileImageSource
                   |
                   +----com.ibm.aglets.util.ByteArrayImageSource

public class ByteArrayImageSource
extends FileImageSource

Constructor Index

 o ByteArrayImageSource(byte[], String)

Method Index

 o getDecoder()

Constructors

 o ByteArrayImageSource
 public ByteArrayImageSource(byte b[],
                             String t)

Methods

 o getDecoder
 protected ImageDecoder getDecoder()
Overrides:
getDecoder in class FileImageSource

All Packages  Class Hierarchy  This Package  Previous  Next  Index