public class TextFileWriter
extends java.lang.Object
| Constructor and Description |
|---|
TextFileWriter(java.io.File f)
Instantiates a new text file writer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close.
|
void |
writeLine(java.lang.String line)
Write line.
|