FileDocCategorySizeDatePackage
IISDecodingImageSource.javaAPI DocAndroid 1.5 API3419Wed May 06 22:41:54 BST 2009org.apache.harmony.x.imageio.plugins.jpeg

IISDecodingImageSource

public class IISDecodingImageSource extends org.apache.harmony.awt.gl.image.DecodingImageSource
This allows usage of the java2d jpegdecoder with ImageInputStream in the JPEGImageReader. Temporary, only to make JPEGImageReader#read(..) working.

Fields Summary
private final InputStream
is
Constructors Summary
public IISDecodingImageSource(ImageInputStream iis)

        is = new IISToInputStreamWrapper(iis);
    
Methods Summary
protected booleancheckConnection()

        return true;
    
protected java.io.InputStreamgetInputStream()

        return is;