public final class ImageReader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
BASE64TOKEN |
Modifier | Constructor and Description |
---|---|
private |
ImageReader() |
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
readDataURIImage(java.net.URI uri) |
static java.awt.image.BufferedImage |
readImage(java.net.URI uri) |
private static final java.lang.String BASE64TOKEN