Uses of Class
com.github.weisj.jsvg.util.DataUri.MalformedDataUriException
-
Packages that use DataUri.MalformedDataUriException Package Description com.github.weisj.jsvg.util -
-
Uses of DataUri.MalformedDataUriException in com.github.weisj.jsvg.util
Methods in com.github.weisj.jsvg.util that throw DataUri.MalformedDataUriException Modifier and Type Method Description static DataUri
DataUri. parse(@NotNull java.lang.String uri, java.nio.charset.Charset charset)
Tries to parse a data URI described in RFC2397
-