public class FileAppender extends Object
| Constructor and Description |
|---|
FileAppender(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(String line) |
void |
appendAndClose(String line) |
void |
appendIfNotExists(String line) |
void |
appendIfNotExistsAndClose(String line) |
static void |
appendToFile(File file,
String line) |
static void |
appendToFileIfNotExists(File file,
String line) |
void |
close() |
public FileAppender(File file)
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.