public class DataURIScheme extends Object
| Constructor and Description |
|---|
DataURIScheme() |
| Modifier and Type | Method and Description |
|---|---|
static Resource |
decode(URI uri)
Parse the content of a URI that uses the data: URI scheme defined in RFC 2397, and
return a Resource representing the content of the URI
|
public static Resource decode(URI uri)
uri - a valid URI using the data: URI schemeIllegalArgumentException - if the URI is invalid