|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.util.FileIO
public class FileIO
Utility functions to transparently access to files in the file system, jar file, classpath...
Constructor Summary | |
---|---|
FileIO()
|
Method Summary | |
---|---|
static java.net.URL |
findFile(java.lang.String file)
Returns the URL that localizes a file. |
static java.io.InputStream |
openFile(java.lang.String file)
Tries to return an input stream of the file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileIO()
Method Detail |
---|
public static java.net.URL findFile(java.lang.String file)
public static java.io.InputStream openFile(java.lang.String file)
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |