public interface JXCSkinSource
JXCSkin
sources.Modifier and Type | Method and Description |
---|---|
@NotNull java.io.InputStream |
getInputStream(@NotNull java.lang.String name)
Returns an
InputStream for a resource name. |
@NotNull java.lang.String |
getURI(@NotNull java.lang.String name)
Returns a description of the location of a resource name.
|
@NotNull @NotNull java.io.InputStream getInputStream(@NotNull @NotNull java.lang.String name) throws java.io.IOException
InputStream
for a resource name.name
- the resource namejava.io.IOException
- if the resource cannot be loaded@NotNull @NotNull java.lang.String getURI(@NotNull @NotNull java.lang.String name)
name
- the resource name