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
IOException
public static BufferedImage readDataURIImage(URI uri) throws IOException
IOException
public static BufferedImage readImage(File file) throws IOException
IOException
Copyright © 2007-2014. All Rights Reserved.