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