|
|||||||||
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(java.io.File file)
Open the specified file. |
void |
setFile(java.lang.String name)
Open the named file. |
Method Detail |
---|
void close() throws java.io.IOException
java.io.IOException
- If there is a problem.void flush() throws java.io.IOException
java.io.IOException
- If there is a problem.void setFile(java.lang.String name) throws java.io.IOException
name
- The path used to open the file.
java.io.IOException
- If there is a problem.void setFile(java.io.File file) throws java.io.IOException
file
- The file.
java.io.IOException
- If there is a problem.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |