Ableverse™
Platform 6.0

av.imageio
Class IIO

java.lang.Object
  extended by av.imageio.IIO

public class IIO
extends Object

Functions here is identical to ImageIO, except IIO tries to read images with multiple frames as PassiveAnimationImage instances.

Author:
Compl

Constructor Summary
IIO()
           
 
Method Summary
static RenderedImage read(File input)
           
static RenderedImage read(ImageInputStream stream)
           
static RenderedImage read(InputStream input)
           
static RenderedImage read(URL input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IIO

public IIO()
Method Detail

read

public static RenderedImage read(File input)
                          throws IOException
Throws:
IOException

read

public static RenderedImage read(InputStream input)
                          throws IOException
Throws:
IOException

read

public static RenderedImage read(URL input)
                          throws IOException
Throws:
IOException

read

public static RenderedImage read(ImageInputStream stream)
                          throws IOException
Throws:
IOException

Ableverse™
Platform 6.0

Copyright© 2006 Ableverse Platform. All rights reserved.