zombie.core
Class IndieFileLoader

java.lang.Object
  extended by zombie.core.IndieFileLoader

public class IndieFileLoader
extends java.lang.Object

Author:
LEMMY

Constructor Summary
IndieFileLoader()
           
 
Method Summary
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndieFileLoader

public IndieFileLoader()
Method Detail

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