|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface encapsulates the general services on file generally performed by an application
Field Summary | |
static java.io.File |
DEFAULT_FOLDER
DEFAULT_FOLDER Where to find data files |
Method Summary | |
void |
loadFile(java.io.File file)
reading a file |
void |
saveFile(java.io.File file)
Write a file on the disk |
java.io.File |
selectFile()
Selecting a file |
Field Detail |
public static final java.io.File DEFAULT_FOLDER
DEFAULT_FOLDER
Where to find data files
Method Detail |
public void loadFile(java.io.File file) throws java.lang.Exception
file
- the filte to read
java.lang.Exception
- execptions thrown during the file reading (I/O, Parsing ,...)public void saveFile(java.io.File file)
file
- The file to writepublic java.io.File selectFile()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |