|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cybergarage.util.FileUtil
public final class FileUtil
Constructor Summary | |
---|---|
FileUtil()
|
Method Summary | |
---|---|
static boolean |
isXMLFileName(java.lang.String name)
|
static byte[] |
load(java.io.File file)
|
static byte[] |
load(java.io.FileInputStream fin)
|
static byte[] |
load(java.lang.String fileName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileUtil()
Method Detail |
---|
public static final byte[] load(java.lang.String fileName)
public static final byte[] load(java.io.File file)
public static final byte[] load(java.io.FileInputStream fin)
public static final boolean isXMLFileName(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |