public interface ResourceLocation
Modifier and Type | Method and Description |
---|---|
URL |
getResource(String ref)
Get a resource as a URL
|
InputStream |
getResourceAsStream(String ref)
Get a resource as an input stream
|
InputStream getResourceAsStream(String ref)
ref
- The reference to the resource to retrieveCopyright © 2013. All Rights Reserved.