Home | History | Annotate | Download | only in io

Lines Matching defs:readFileToString

1103     public static String readFileToString(File file, String encoding) throws IOException {
1123 public static String readFileToString(File file) throws IOException {
1124 return readFileToString(file, null);