|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PrintWriter
Represents a print writer.
| Method Summary | |
|---|---|
void |
close()
Close the file. |
void |
open(java.lang.String fileName)
Open a file to write. |
void |
println(java.lang.String string)
Writes the given string as a line. |
| Method Detail |
|---|
void close()
throws EpPersistenceException
EpPersistenceException - in case of any IO error happens
void open(java.lang.String fileName)
throws EpPersistenceException
fileName - the file name
EpPersistenceException - if any error happens
void println(java.lang.String string)
throws EpPersistenceException
string - the string to write
EpPersistenceException - in case any error happens
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||