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 string)
static java.io.InputStreamReader
getStreamReader(java.lang.String string, boolean boolean1)
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 string) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
getStreamReader
public static java.io.InputStreamReader getStreamReader(java.lang.String string, boolean boolean1) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-