|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.util.ResourceLoader
public final class ResourceLoader
Used to load resources from the JAR file.
Method Summary | |
---|---|
static InputStream |
createInputStream(String resource)
Create an input stream to read from the resource. |
static String |
loadString(String resource)
Load the resource as a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static InputStream createInputStream(String resource)
resource
- The resource to load.
public static String loadString(String resource)
resource
- The resource to load.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |