public class FileUtils extends Object
| Constructor and Description |
|---|
FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
readToString(Path path) |
static String |
readToString(URI uri) |
static String |
readToString(URL url) |
public static String readToString(URL url) throws URISyntaxException, IOException
URISyntaxExceptionIOExceptionpublic static String readToString(URI uri) throws IOException
IOExceptionpublic static String readToString(Path path) throws IOException
IOExceptionCopyright © 2023. All rights reserved.