org.encog.util
public final class ResourceLoader extends Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static InputStream createInputStream(String resource)
resource - The resource to load.Copyright © 2014. All Rights Reserved.