|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.io.FileSys
This class is used as base for the Java and abstract versions of File.
| Field Summary | |
static int |
DOS_SYSTEM
The file system is a DOS/Windows type system. |
static int |
MEMORY_SYSTEM
The file system is temporary memory based system. |
static int |
PALM_SYSTEM
The file system is a PalmOS type system - whatever that may be. |
static int |
UNIX_SYSTEM
The file system is a Unix/Linux type system. |
| Constructor Summary | |
FileSys()
|
|
| Method Summary | |
File |
createTempFile(String fileName,
File dir)
This creates an empty file with a specific name in a temporary directory. |
File |
createTempFile(String prefix,
String suffix,
File dir)
This creates an empty temporary file with the specified prefix and suffix. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, toString |
| Field Detail |
public static final int DOS_SYSTEM
public static final int UNIX_SYSTEM
public static final int PALM_SYSTEM
public static final int MEMORY_SYSTEM
| Constructor Detail |
public FileSys()
| Method Detail |
public File createTempFile(String prefix,
String suffix,
File dir)
public File createTempFile(String fileName,
File dir)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||