org.encog.util.file
public class ResourceInputStream extends Object
Constructor and Description |
---|
ResourceInputStream() |
Modifier and Type | Method and Description |
---|---|
static InputStream |
openResourceInputStream(String resource)
Construct a location to read from the specified resource.
|
static String |
readResourceAsString(String resource) |
public static InputStream openResourceInputStream(String resource)
resource
- The resource to read from.Copyright © 2014. All Rights Reserved.