|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmorfologik.util.ResourceUtils
public final class ResourceUtils
Resource management utilities.
Method Summary | |
---|---|
static java.io.InputStream |
openInputStream(java.lang.String resource)
Returns an input stream to the resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.io.InputStream openInputStream(java.lang.String resource) throws java.io.IOException
resource
- The path leading to the resource. Can be an URL, a path
leading to a class resource or a File
.
java.io.IOException
- If the resource could not be found or opened.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |