Package org.geysermc.configutils.util
Class FileUtils
- java.lang.Object
-
- org.geysermc.configutils.util.FileUtils
-
public class FileUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FileUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringreadPath(java.nio.file.Path path)static voidwriteToPath(java.nio.file.Path path, java.lang.String content)
-