Searched defs:readFileToString (Results 1 – 2 of 2) sorted by relevance
91 static bool readFileToString(const std::string& filename, std::string* result) { in readFileToString() function
2598 public static String readFileToString(final File file) throws IOException { in readFileToString() method in FileUtils2614 …public static String readFileToString(final File file, final Charset charsetName) throws IOExcepti… in readFileToString() method in FileUtils2631 …public static String readFileToString(final File file, final String charsetName) throws IOExceptio… in readFileToString() method in FileUtils