public class

ByteArrayImageSource

extends InputStreamImageSource
java.lang.Object
   ↳ sun.awt.image.InputStreamImageSource
     ↳ sun.awt.image.ByteArrayImageSource

Summary

Public Constructors
ByteArrayImageSource(byte[] data)
ByteArrayImageSource(byte[] data, int offset, int length)
Protected Methods
ImageDecoder getDecoder()
[Expand]
Inherited Methods
From class sun.awt.image.InputStreamImageSource
From class java.lang.Object
From interface java.awt.image.ImageProducer
From interface sun.awt.image.ImageFetchable

Public Constructors

public ByteArrayImageSource (byte[] data)

public ByteArrayImageSource (byte[] data, int offset, int length)

Protected Methods

protected ImageDecoder getDecoder ()