Package org.codehaus.plexus.util
Class BaseFileUtils
java.lang.Object
org.codehaus.plexus.util.BaseFileUtils
- Direct Known Subclasses:
FileUtils
Implementation specific to Java SE 8 version.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BaseFileUtils
BaseFileUtils()
-
-
Method Details
-
fileRead
- Throws:
IOException
-
fileWrite
static void fileWrite(Path path, String encoding, String data, OpenOption... openOptions) throws IOException - Throws:
IOException
-