com.google.zxing.client.j2se
Class ImageReader
java.lang.Object
com.google.zxing.client.j2se.ImageReader
public final class ImageReader
- extends Object
Encapsulates reading URIs as images.
- Author:
- Sean Owen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
readImage
public static BufferedImage readImage(URI uri)
throws IOException
- Throws:
IOException
readDataURIImage
public static BufferedImage readDataURIImage(URI uri)
throws IOException
- Throws:
IOException
Copyright © 2015. All rights reserved.