|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.image4j.codec.ico.ICODecoder
public class ICODecoder
Decodes images in ICO format.
| Method Summary | |
|---|---|
static java.util.List<java.awt.image.BufferedImage> |
read(java.io.File file)
Reads and decodes the given ICO file. |
static java.util.List<java.awt.image.BufferedImage> |
read(java.io.InputStream is)
Reads and decodes ICO data from the given source. |
static java.util.List<ICOImage> |
readExt(java.io.File file)
Reads and decodes the given ICO file, together with all metadata. |
static java.util.List<ICOImage> |
readExt(java.io.InputStream is)
Reads and decodes ICO data from the given source, together with all metadata. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.List<java.awt.image.BufferedImage> read(java.io.File file)
throws java.io.IOException
read(new java.io.FileInputStream(file)).
file - the source file to read
java.io.IOException - if an error occurs
public static java.util.List<ICOImage> readExt(java.io.File file)
throws java.io.IOException
readExt(new java.io.FileInputStream(file)).
file - the source file to read
java.io.IOException - if an error occurs
public static java.util.List<java.awt.image.BufferedImage> read(java.io.InputStream is)
throws java.io.IOException
is - the source InputStream to read
java.io.IOException - if an error occurs
public static java.util.List<ICOImage> readExt(java.io.InputStream is)
throws java.io.IOException
is - the source InputStream to read
java.io.IOException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||