public class ImageDataURI extends DataURI
| Modifier and Type | Field and Description |
|---|---|
static String |
IMAGE_MIME_TYPE |
| Constructor and Description |
|---|
ImageDataURI(InputStream inputStream) |
ImageDataURI(String imageUri) |
ImageDataURI(URI imageUri) |
public static final String IMAGE_MIME_TYPE
public ImageDataURI(String imageUri)
imageUri - A String presenting a URI of the form data:image/[image extension][;base64],SCIMDataValidationException - If the given string violates RFC 2396, as augmented by the above deviationspublic ImageDataURI(URI imageUri)
dataUri - A URI of the form data:image/[image extension][;base64],SCIMDataValidationException - if the URI doesn't expects the schemapublic ImageDataURI(InputStream inputStream) throws IOException
inputStream - a inputStream which will be transformed into an DataURIIOException - if the stream can not be readSCIMDataValidationException - if the inputStream can't be converted into an URICopyright © 2014. All Rights Reserved.