public class FileWriter extends Object implements AutoCloseable, Flushable
| Constructor and Description |
|---|
FileWriter(String filePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(CharSequence text) |
void |
appendAndNextLine(CharSequence text) |
void |
appendNextLine() |
void |
close() |
void |
flush() |
public FileWriter(String filePath)
public void append(CharSequence text)
public void appendAndNextLine(CharSequence text)
public void appendNextLine()
public void close()
close in interface AutoCloseableCopyright © 2020. All rights reserved.