Package zombie.core
Class IndieFileLoader
java.lang.Object
zombie.core.IndieFileLoader
public class IndieFileLoader
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description IndieFileLoader()
-
Method Summary
Modifier and Type Method Description static java.io.InputStreamReader
getStreamReader(java.lang.String path)
static java.io.InputStreamReader
getStreamReader(java.lang.String path, boolean bIgnoreJar)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IndieFileLoader
public IndieFileLoader()
-
-
Method Details
-
getStreamReader
public static java.io.InputStreamReader getStreamReader(java.lang.String path) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
getStreamReader
public static java.io.InputStreamReader getStreamReader(java.lang.String path, boolean bIgnoreJar) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-