Searched defs:readFile (Results 1 – 5 of 5) sorted by relevance
41 public static byte[] readFile(String fileName) { in readFile() method in FileUtils53 public static byte[] readFile(File file) { in readFile() method in FileUtils
25 public static String readFile(File f) { in readFile() method in FileUtil
49 private String readFile(String filePath) throws IOException { in readFile() method in DeviceInfoTest
55 public static String readFile(File f) throws IOException { in readFile() method in Strings
888 Callable<Boolean> readFile = new Callable<Boolean>() { in tryFileOpenRead() local