|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataWriter
Standard routines used to write a Data object.
| Method Summary | |
|---|---|
void |
close()
Close the file |
void |
flush()
Flush all data to disk. |
void |
setFile(File file)
Open the specified file. |
void |
setFile(String name)
Open the named file. |
| Method Detail |
|---|
void close()
throws IOException
IOException - If there is a problem.
void flush()
throws IOException
IOException - If there is a problem.
void setFile(String name)
throws IOException
name - The path used to open the file.
IOException - If there is a problem.
void setFile(File file)
throws IOException
file - The file.
IOException - If there is a problem.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||