Data - The type of data that can be opened.public static interface DataUrlLoader.DataDecoder<Data>
| Modifier and Type | Method and Description |
|---|---|
void |
close(Data data) |
Data |
decode(String uri) |
Class<Data> |
getDataClass() |
Data decode(String uri) throws IllegalArgumentException
IllegalArgumentExceptionvoid close(Data data) throws IOException
IOException