|
@@ -584,12 +584,12 @@ public class FileTK
|
|
|
}
|
|
|
|
|
|
|
|
|
- public String fileAsString(String path) throws FileNotFoundException, IOException
|
|
|
+ public static String fileAsString(String path) throws FileNotFoundException, IOException
|
|
|
{
|
|
|
return fileAsString(new File(path));
|
|
|
}
|
|
|
|
|
|
- public String fileAsString(File path) throws FileNotFoundException, IOException
|
|
|
+ public static String fileAsString(File path) throws FileNotFoundException, IOException
|
|
|
{
|
|
|
String out="";
|
|
|
if(path.length()>Integer.MAX_VALUE)
|