|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--MyWriter
Field Summary | |
java.io.File |
fileOut
|
java.io.FileWriter |
out
|
Constructor Summary | |
MyWriter(java.lang.String fileName)
the constructor, opening the file |
Method Summary | |
void |
close()
|
void |
write(java.lang.String s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.io.File fileOut
public java.io.FileWriter out
Constructor Detail |
public MyWriter(java.lang.String fileName) throws java.io.IOException
Method Detail |
public void write(java.lang.String s) throws java.io.IOException
public void close() throws java.io.IOException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |