|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.Writer
java.io.BufferedWriter
gov.virginia.dcjs.util.BufferedFileWriter
Creates new, or opens existing, file of the specified name and * optionally appends new entries to the end.
| Field Summary |
| Fields inherited from class java.io.Writer |
lock |
| Constructor Summary | |
BufferedFileWriter(java.lang.String name,
boolean append)
* Open the file at the specified location for writing. |
|
| Method Summary | |
void |
writeln(java.lang.String line)
Append the given line to the file followed by a new line. |
| Methods inherited from class java.io.BufferedWriter |
close, flush, newLine, write, write, write |
| Methods inherited from class java.io.Writer |
write, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BufferedFileWriter(java.lang.String name,
boolean append)
throws java.io.IOException
| Method Detail |
public void writeln(java.lang.String line)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||