|
static void | write (Path p, String s) throws IOException |
|
static String | read (Path p) throws IOException |
|
File util class.
- Author
- Michael Hoffer <info@.nosp@m.mich.nosp@m.aelho.nosp@m.ffer.nosp@m..de>
Definition at line 46 of file FileUtil.java.
◆ FileUtil()
eu.mihosoft.vrl.v3d.FileUtil.FileUtil |
( |
| ) |
|
|
private |
◆ read()
static String eu.mihosoft.vrl.v3d.FileUtil.read |
( |
Path |
p | ) |
throws IOException |
|
static |
Reads the specified file to a string.
- Parameters
-
- Returns
- the content of the file
- Exceptions
-
IOException | if reading from file failed |
Definition at line 78 of file FileUtil.java.
◆ write()
static void eu.mihosoft.vrl.v3d.FileUtil.write |
( |
Path |
p, |
|
|
String |
s |
|
) |
| throws IOException |
|
static |
The documentation for this class was generated from the following file: