public interface ResourceLocation
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getStream(String name)
Returns the Resource as a InputStream
|
URL |
getURL(String name)
Returns the Resource's URL
|
InputStream getStream(String name)
name - The path relative to the location (usally the filename)Copyright © 2015. All rights reserved.