File
Doc
Category
Size
Date
Package
IISDecodingImageSource.java
API Doc
Android 1.5 API
3419
Wed May 06 22:41:54 BST 2009
org.apache.harmony.x.imageio.plugins.jpeg
IISDecodingImageSource
java.lang.Object
org.apache.harmony.awt.gl.image.DecodingImageSource
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
boolean
checkConnection
()
return true;
protected
java.io.InputStream
getInputStream
()
return is;
Java Code Source