public final class ImageReader extends Object
| Modifier and Type | Method and Description |
|---|---|
static BufferedImage |
readDataURIImage(URI uri) |
static BufferedImage |
readImage(File file) |
static BufferedImage |
readImage(URI uri) |
public static BufferedImage readImage(URI uri) throws IOException
IOExceptionpublic static BufferedImage readDataURIImage(URI uri) throws IOException
IOExceptionpublic static BufferedImage readImage(File file) throws IOException
IOExceptionCopyright © 2007-2013. All Rights Reserved.