Class IOUtility
java.lang.Object
org.gcube.vremanagement.executor.utils.IOUtility
Utility class for input/output operations.
This class provides static methods for common I/O tasks.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IOUtility
public IOUtility()
-
-
Method Details
-
readFile
Reads the entire content of a file and returns it as a string.- Parameters:
filePath- the path to the file to read- Returns:
- the content of the file as a string
- Throws:
IOException- if an I/O error occurs
-