com.google.zxing.client.j2se
Class ImageReader

java.lang.Object
  extended by com.google.zxing.client.j2se.ImageReader

public final class ImageReader
extends Object

Encapsulates reading URIs as images.

Author:
Sean Owen

Method Summary
static BufferedImage readDataURIImage(URI uri)
           
static BufferedImage readImage(URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.