Package io.undertow.util
Class FileUtils
java.lang.Object
io.undertow.util.FileUtils
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptionstatic voiddeleteRecursive(Path directory) static StringreadFile(InputStream file) Reads thefileand converting it tousing UTF-8 encoding.static Stringstatic String
-
Method Details
-
readFile
-
readFile
-
readFile
Reads thefileand converting it tousing UTF-8 encoding. -
deleteRecursive
- Throws:
IOException
-