Class FileHelper


  • public class FileHelper
    extends Object
    Author:
    maxence
    • Method Detail

      • readFile

        public static String readFile​(String path)
        Read file as string
        Parameters:
        path - path of the file to read
        Returns:
        file content or null if file does not exists