Class ibm.aglets.util.ByteArrayImageSource
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ibm.aglets.util.ByteArrayImageSource

java.lang.Object
   |
   +----sun.awt.image.InputStreamImageSource
           |
           +----sun.awt.image.FileImageSource
                   |
                   +----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