public interface FileExtension
| Modifier and Type | Method and Description |
|---|---|
static String |
readFileContent(Path file) |
static String |
readFileContent(Path file,
Charset charset) |
static void |
writeFileContent(Path file,
String content) |
static void |
writeFileContent(Path file,
String content,
Charset charset) |
static String readFileContent(Path file) throws IOException
IOExceptionstatic String readFileContent(Path file, Charset charset) throws IOException
IOExceptionstatic void writeFileContent(Path file, String content) throws IOException
IOExceptionstatic void writeFileContent(Path file, String content, Charset charset) throws IOException
IOExceptionCopyright © 2018 mydotey.org. All rights reserved.