public class ImageDataURI extends DataURI
| Constructor and Description |
|---|
ImageDataURI(InputStream inputStream) |
ImageDataURI(String imageUri) |
ImageDataURI(URI imageUri) |
public ImageDataURI(String imageUri)
imageUri - A String presenting a URI of the form data:image/[image extension][;base64],InvalidInputException - If the given string violates RFC 2396, as augmented by the above deviationspublic ImageDataURI(URI imageUri)
imageUri - A URI of the form data:image/[image extension][;base64],InvalidInputException - 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 readInvalidInputException - if the inputStream can't be converted into an URICopyright © 2022 SAP SE. All rights reserved.