http://commons.apache.org/io/api-release/index.html
Has this lovely method:
public static String readFileToString(File file)
also of note:
public static byte[] readFileToByteArray(File file)
public static String readFileToString(File file, String encoding)
No comments:
Post a Comment