av.imageio
Class IIO
java.lang.Object
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()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IIO
public IIO()
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
Copyright© 2006 Ableverse Platform. All rights reserved.