public class FileWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
static FileWriter |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
writeToFile(Path file,
byte[] content,
String contentType) |
public static final FileWriter INSTANCE
public void writeToFile(Path file, byte[] content, String contentType) throws IOException
IOExceptionCopyright © 2022. All rights reserved.